diff options
Diffstat (limited to 'lux-lein')
-rw-r--r-- | lux-lein/project.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-lein/project.clj b/lux-lein/project.clj index e5688c155..a3ffe8469 100644 --- a/lux-lein/project.clj +++ b/lux-lein/project.clj @@ -1,4 +1,4 @@ -(def version "0.7.0") +(def version "0.8.0-SNAPSHOT") (defproject com.github.luxlang/lein-luxc #=(identity version) :description "The Leiningen plugin for the Lux programming language." |