diff options
Diffstat (limited to '')
-rw-r--r-- | lux-bootstrapper/project.clj | 2 | ||||
-rw-r--r-- | lux-bootstrapper/src/lux/base.clj | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lux-bootstrapper/project.clj b/lux-bootstrapper/project.clj index c97ecece2..dc6b6404d 100644 --- a/lux-bootstrapper/project.clj +++ b/lux-bootstrapper/project.clj @@ -1,4 +1,4 @@ -(def version "0.7.0") +(def version "0.8.0-SNAPSHOT") (defproject com.github.luxlang/lux-bootstrapper #=(identity version) :min-lein-version "2.1.0" ;; 2.1.0 introduced jar classifiers diff --git a/lux-bootstrapper/src/lux/base.clj b/lux-bootstrapper/src/lux/base.clj index d0c457680..39806f73f 100644 --- a/lux-bootstrapper/src/lux/base.clj +++ b/lux-bootstrapper/src/lux/base.clj @@ -230,7 +230,7 @@ (def ^:const module-class-name "_") (def ^:const +name-separator+ ".") -(def ^:const ^String version "00.07.00") +(def ^:const ^String version "00.08.00") ;; Constructors (def empty-location (T ["" -1 -1])) |