From 6a498d02bb5da95dc3d57df09a39e50a595de4f5 Mon Sep 17 00:00:00 2001 From: Roman Bataev Date: Thu, 21 Dec 2023 11:24:51 -0500 Subject: [PATCH] v1.3.3 --- core/procs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/procs.go b/core/procs.go index 6dc9fd30..e6bb575e 100644 --- a/core/procs.go +++ b/core/procs.go @@ -38,7 +38,7 @@ const ( PRINT_IF_NOT_NIL ) -const VERSION = "v1.3.2" +const VERSION = "v1.3.3" const ( CLJ Dialect = iota