diff options
Diffstat (limited to '')
-rw-r--r-- | lux-js/project.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-js/project.clj b/lux-js/project.clj index 2f1aec9ce..6a8234403 100644 --- a/lux-js/project.clj +++ b/lux-js/project.clj @@ -1,4 +1,4 @@ -(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/") |