aboutsummaryrefslogtreecommitdiff
path: root/src/lux/compiler/base.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/lux/compiler/base.clj')
-rw-r--r--src/lux/compiler/base.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lux/compiler/base.clj b/src/lux/compiler/base.clj
index b046b237f..b4c678b00 100644
--- a/src/lux/compiler/base.clj
+++ b/src/lux/compiler/base.clj
@@ -25,7 +25,7 @@
(java.lang.reflect Field)))
;; [Constants]
-(def ^String version "0.3.2")
+(def ^String version "0.3.3")
(def ^String input-dir "source")
(def ^String output-dir "target/jvm")
(def ^String output-package (str output-dir "/" "program.jar"))