From d202c4b2660db2f9644064a04ee6013a1774e295 Mon Sep 17 00:00:00 2001 From: st0012 Date: Sat, 2 Dec 2017 22:59:11 +0800 Subject: [PATCH] Bump to v0.1.6 --- vm/vm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/vm.go b/vm/vm.go index 6c83c7fc7..cf4c26de4 100644 --- a/vm/vm.go +++ b/vm/vm.go @@ -11,7 +11,7 @@ import ( ) // Version stores current Goby version -const Version = "0.1.3" +const Version = "0.1.6" // These are the enums for marking parser's mode, which decides whether it should pop unused values. const (