From 261172e7a4cff7b9978eec4c0d32e963cbe7486e Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 17 Aug 2022 02:54:41 -0400 Subject: Proper testing for debug.log! --- lux-bootstrapper/src/lux/base.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lux-bootstrapper/src') diff --git a/lux-bootstrapper/src/lux/base.clj b/lux-bootstrapper/src/lux/base.clj index d0c457680..39806f73f 100644 --- a/lux-bootstrapper/src/lux/base.clj +++ b/lux-bootstrapper/src/lux/base.clj @@ -230,7 +230,7 @@ (def ^:const module-class-name "_") (def ^:const +name-separator+ ".") -(def ^:const ^String version "00.07.00") +(def ^:const ^String version "00.08.00") ;; Constructors (def empty-location (T ["" -1 -1])) -- cgit v1.2.3