From 6772d0be7d36bf8a7ed4f9f5ba8e872134b809c5 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 22 Oct 2021 23:57:14 -0400 Subject: v0.6.3 --- stdlib/project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stdlib/project.clj') diff --git a/stdlib/project.clj b/stdlib/project.clj index e05e908ad..6e5e49e4e 100644 --- a/stdlib/project.clj +++ b/stdlib/project.clj @@ -1,9 +1,9 @@ -(def version "0.6.2") +(def version "0.6.3") (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/stdlib "0.6.3-SNAPSHOT" ;; #=(identity version) +(defproject com.github.luxlang/stdlib #=(identity version) :description "Standard library for the Lux programming language." :url ~repo -- cgit v1.2.3