diff options
Diffstat (limited to 'stdlib/project.clj')
-rw-r--r-- | stdlib/project.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/project.clj b/stdlib/project.clj index 82bdf265e..c7f49706f 100644 --- a/stdlib/project.clj +++ b/stdlib/project.clj @@ -1,4 +1,4 @@ -(def version "0.6.5-SNAPSHOT") +(def version "0.6.5") (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/") |