aboutsummaryrefslogtreecommitdiff
path: root/project.clj
diff options
context:
space:
mode:
authorEduardo Julian2016-04-26 19:04:49 -0400
committerEduardo Julian2016-04-26 19:04:49 -0400
commit2121c6858fc942839070f98b1d1de50c8468199b (patch)
tree5b5de45247dcba5ce940b640f38cde01176084a9 /project.clj
parentf27db1cd6f944de34b74e5098e3b090efd853ea4 (diff)
- Now, the parser no longer ignores uneven-record errors.
Diffstat (limited to '')
-rw-r--r--project.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/project.clj b/project.clj
index c08d03930..d24d6c31f 100644
--- a/project.clj
+++ b/project.clj
@@ -1,4 +1,4 @@
-(defproject com.github.luxlang/luxc-jvm "0.3.3"
+(defproject com.github.luxlang/luxc-jvm "0.4.0-SNAPSHOT"
:description "The JVM compiler for the Lux programming language."
:url "https://github.com/LuxLang/lux"
:license {:name "Mozilla Public License (Version 2.0)"