From ae4fe36511274ff6745877c1ac332a147d1b480a Mon Sep 17 00:00:00 2001 From: st0012 Date: Mon, 12 Mar 2018 00:18:21 +0800 Subject: [PATCH] Bump version to 0.1.8.1 --- vm/vm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/vm.go b/vm/vm.go index ab8fb4899..80fa55b21 100644 --- a/vm/vm.go +++ b/vm/vm.go @@ -11,7 +11,7 @@ import ( ) // Version stores current Goby version -const Version = "0.1.8" +const Version = "0.1.8.1" // These are the enums for marking parser's mode, which decides whether it should pop unused values. const (