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