aboutsummaryrefslogtreecommitdiff
path: root/lux-ruby/project.clj
diff options
context:
space:
mode:
authorEduardo Julian2021-10-30 01:29:07 -0400
committerEduardo Julian2021-10-30 01:29:07 -0400
commit1d5ec69894c1739ab4395816df9d16a531308181 (patch)
tree6305edc33f9558402c9277b900a258d519a31165 /lux-ruby/project.clj
parentcec98a2a43331763be3264c37f7cfe458fb712c6 (diff)
Fixed some conversion/wrapping issues affecting extensions in the Ruby compiler.
Diffstat (limited to '')
-rw-r--r--lux-ruby/project.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-ruby/project.clj b/lux-ruby/project.clj
index 4a1029887..3b66aef9d 100644
--- a/lux-ruby/project.clj
+++ b/lux-ruby/project.clj
@@ -3,7 +3,7 @@
(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 #=(identity version)
+(defproject com.github.luxlang/lux-ruby "0.6.4-SNAPSHOT" ;; #=(identity version)
:description "A Ruby compiler for Lux."
:url ~repo
:license {:name "Lux License v0.1.2"