From 7db42ab1b9d3c764772ca63c74bf44bb2b8b8325 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 9 Jul 2022 14:35:38 -0400 Subject: First-class programs instead of having a "lux program" extension. --- lux-lein/project.clj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lux-lein/project.clj') diff --git a/lux-lein/project.clj b/lux-lein/project.clj index d9c1cabc2..9ab37a5f2 100644 --- a/lux-lein/project.clj +++ b/lux-lein/project.clj @@ -1,4 +1,6 @@ -(defproject com.github.luxlang/lein-luxc "0.6.5" +(def version "0.6.6-SNAPSHOT") + +(defproject com.github.luxlang/lein-luxc #=(identity version) :description "The Leiningen plugin for the Lux programming language." :url "https://github.com/LuxLang/lux" :license {:name "Lux License v0.1.2" -- cgit v1.2.3