From c26baa66a7795d3d16eb03d20960e3f21a1db71d Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Wed, 1 May 2019 01:34:44 +0900 Subject: [PATCH] Update version to 1.12-2 Introducing `syscall/js` (#899) is so significant that we update the version. --- compiler/version_check.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/version_check.go b/compiler/version_check.go index ce16f081f..48bb27ae0 100644 --- a/compiler/version_check.go +++ b/compiler/version_check.go @@ -6,4 +6,4 @@ package compiler const ___GOPHERJS_REQUIRES_GO_VERSION_1_12___ = true // Version is the GopherJS compiler version string. -const Version = "1.12-1" +const Version = "1.12-2"