aboutsummaryrefslogtreecommitdiff
path: root/lux-bootstrapper
diff options
context:
space:
mode:
authorEduardo Julian2021-11-02 23:26:00 -0400
committerEduardo Julian2021-11-02 23:26:00 -0400
commit6c15469f06499e9dee6966f89ac33727d46c885e (patch)
treec55b6c4cf8752b394890b28c772798a0a54e8bc6 /lux-bootstrapper
parent0952b1d1ca71089a092fde7758481ba4de71e151 (diff)
v0.6.4
Diffstat (limited to 'lux-bootstrapper')
-rw-r--r--lux-bootstrapper/project.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-bootstrapper/project.clj b/lux-bootstrapper/project.clj
index 9c5b82694..739d5c37c 100644
--- a/lux-bootstrapper/project.clj
+++ b/lux-bootstrapper/project.clj
@@ -1,4 +1,4 @@
-(defproject com.github.luxlang/lux-bootstrapper "0.6.3"
+(defproject com.github.luxlang/lux-bootstrapper "0.6.4"
:min-lein-version "2.1.0" ;; 2.1.0 introduced jar classifiers
:description "The JVM (bootstrapping) compiler for the Lux programming language."
:url "https://github.com/LuxLang/lux"