diff options
author | Eduardo Julian | 2021-11-30 23:48:11 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-11-30 23:48:11 -0400 |
commit | 4334564a5e08956fbe382cdcc69c564f74c35d05 (patch) | |
tree | d130775a09e632fe1d3903ada15463728b026a7b /lux-bootstrapper | |
parent | 872c097327c0a5b3baa69e88dacd09718ddfa793 (diff) |
v0.6.5
Diffstat (limited to 'lux-bootstrapper')
-rw-r--r-- | lux-bootstrapper/project.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-bootstrapper/project.clj b/lux-bootstrapper/project.clj index 2925b57d7..1fb5bc5c9 100644 --- a/lux-bootstrapper/project.clj +++ b/lux-bootstrapper/project.clj @@ -1,4 +1,4 @@ -(def version "0.6.5-SNAPSHOT") +(def version "0.6.5") (defproject com.github.luxlang/lux-bootstrapper #=(identity version) :min-lein-version "2.1.0" ;; 2.1.0 introduced jar classifiers |