From 6029bc40149ab5b3c7f8c92ec6148c792ae1e3f7 Mon Sep 17 00:00:00 2001 From: Roman Bataev Date: Wed, 8 Feb 2017 21:18:42 -0800 Subject: [PATCH] v0.6.2 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 53f3eebaa..5cc0e8710 100644 --- a/main.go +++ b/main.go @@ -23,7 +23,7 @@ type ( } ) -const VERSION = "v0.6.1" +const VERSION = "v0.6.2" func NewReplContext(env *Env) *ReplContext { first, _ := env.Resolve(MakeSymbol("core/*1"))