aboutsummaryrefslogtreecommitdiff
path: root/lux-ruby/project.clj
diff options
context:
space:
mode:
Diffstat (limited to 'lux-ruby/project.clj')
-rw-r--r--lux-ruby/project.clj4
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-ruby/project.clj b/lux-ruby/project.clj
index 3b66aef9d..070864215 100644
--- a/lux-ruby/project.clj
+++ b/lux-ruby/project.clj
@@ -1,9 +1,9 @@
-(def version "0.6.3")
+(def version "0.6.4")
(def repo "https://github.com/LuxLang/lux")
(def sonatype-releases "https://oss.sonatype.org/service/local/staging/deploy/maven2/")
(def sonatype-snapshots "https://oss.sonatype.org/content/repositories/snapshots/")
-(defproject com.github.luxlang/lux-ruby "0.6.4-SNAPSHOT" ;; #=(identity version)
+(defproject com.github.luxlang/lux-ruby #=(identity version)
:description "A Ruby compiler for Lux."
:url ~repo
:license {:name "Lux License v0.1.2"