aboutsummaryrefslogtreecommitdiff
path: root/lux-lein/project.clj
diff options
context:
space:
mode:
Diffstat (limited to 'lux-lein/project.clj')
-rw-r--r--lux-lein/project.clj4
1 files changed, 3 insertions, 1 deletions
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"