From e0ddf10070d0cb89416811d7c49c494edfa2ec6d Mon Sep 17 00:00:00 2001 From: st0012 Date: Mon, 18 Sep 2017 13:28:55 +0900 Subject: [PATCH] Bump to v0.1.3 --- vm/vm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/vm.go b/vm/vm.go index a0e62b012..38d647ac4 100644 --- a/vm/vm.go +++ b/vm/vm.go @@ -15,7 +15,7 @@ import ( ) // Version stores current Goby version -const Version = "0.1.2" +const Version = "0.1.3" // These are the enums for marking parser's mode, which decides whether it should pop unused values. const (