aboutsummaryrefslogtreecommitdiff
path: root/lux-ruby/commands.md
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/commands.md
parentcec98a2a43331763be3264c37f7cfe458fb712c6 (diff)
Fixed some conversion/wrapping issues affecting extensions in the Ruby compiler.
Diffstat (limited to 'lux-ruby/commands.md')
-rw-r--r--lux-ruby/commands.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-ruby/commands.md b/lux-ruby/commands.md
index 2503b550d..e5eaf2372 100644
--- a/lux-ruby/commands.md
+++ b/lux-ruby/commands.md
@@ -34,6 +34,6 @@ cd ~/lux/stdlib/ \
```
cd ~/lux/lux-ruby/ \
-&& mvn install:install-file -Dfile=target/program.jar -DgroupId=com.github.luxlang -DartifactId=lux-ruby -Dversion=0.6.3 -Dpackaging=jar
+&& mvn install:install-file -Dfile=target/program.jar -DgroupId=com.github.luxlang -DartifactId=lux-ruby -Dversion=0.6.4-SNAPSHOT -Dpackaging=jar
```