From 129d3a169484c08d90a31fba5d8f59d39227c5fd Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 12 Jan 2017 18:47:51 -0400 Subject: - v0.6.0 development has officially begun! --- luxc/src/lux/base.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'luxc/src') diff --git a/luxc/src/lux/base.clj b/luxc/src/lux/base.clj index e0ca876ca..69dbdf5bf 100644 --- a/luxc/src/lux/base.clj +++ b/luxc/src/lux/base.clj @@ -237,7 +237,7 @@ (def ^:const +name-separator+ ";") (def ^:const ^String compiler-name "Lux/JVM") -(def ^:const ^String compiler-version "0.5.0") +(def ^:const ^String compiler-version "0.6.0") ;; Constructors (def empty-cursor (T ["" -1 -1])) -- cgit v1.2.3