diff options
author | Eduardo Julian | 2016-01-17 23:49:41 -0400 |
---|---|---|
committer | Eduardo Julian | 2016-01-17 23:49:41 -0400 |
commit | 133de56b3a5a44f835713008855845af984fa4ee (patch) | |
tree | 7a172b90d6c6d73ac7e17ddd0c498152f6bee79e | |
parent | 43c3c1bc3d09c85104cda4d9bfed2327f7f9e4f0 (diff) |
- Updated the compiler version to 0.3.2
Diffstat (limited to '')
-rw-r--r-- | project.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project.clj b/project.clj index 74cc78dcb..93218d37b 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject lux-jvm "0.3.1" +(defproject lux-jvm "0.3.2" :description "The JVM compiler for the Lux programming language." :url "https://github.com/LuxLang/lux" :license {:name "Mozilla Public License (Version 2.0)" |