From 96c5623be2e6f2df3a1070f5f938aa833e06d76b Mon Sep 17 00:00:00 2001 From: Roman Bataev Date: Sun, 30 Sep 2018 12:50:17 -0700 Subject: [PATCH] v0.10.0 --- core/procs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/procs.go b/core/procs.go index cb3f78b7f..0b14f7624 100644 --- a/core/procs.go +++ b/core/procs.go @@ -40,7 +40,7 @@ const ( EVAL ) -const VERSION = "v0.9.7" +const VERSION = "v0.10.0" const ( CLJ Dialect = iota