aboutsummaryrefslogtreecommitdiff
path: root/luxc/project.clj
diff options
context:
space:
mode:
authorEduardo Julian2017-01-08 12:21:38 -0400
committerEduardo Julian2017-01-08 12:21:38 -0400
commit65a5e8f1c874fcbda7f28c69bc9e40e343605059 (patch)
treed3c90645c311db1767f97fc3de3f7d758cc35c75 /luxc/project.clj
parent4c4237cdda70389826c43920fa90d95b2c9d7a8e (diff)
- Updated the project.clj files.
Diffstat (limited to '')
-rw-r--r--luxc/project.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/luxc/project.clj b/luxc/project.clj
index 4650fbd58..ac2b44087 100644
--- a/luxc/project.clj
+++ b/luxc/project.clj
@@ -1,4 +1,4 @@
-(defproject com.github.luxlang/luxc-jvm "0.5.0-SNAPSHOT"
+(defproject com.github.luxlang/luxc-jvm "0.5.0"
:min-lein-version "2.1.0" ;; 2.1.0 introduced jar classifiers
:description "The JVM compiler for the Lux programming language."
:url "https://github.com/LuxLang/lux"