Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 89e6cbc

Browse files
authored
compiler: bump GopherJS version to 1.12-3
This is the first version of GopherJS that can be built and used with a newer major version of Go (PR #966). Give it a new version number so it's easier to refer to it.
1 parent f9cef59 commit 89e6cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/version_check.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
)
99

1010
// Version is the GopherJS compiler version string.
11-
const Version = "1.12-2"
11+
const Version = "1.12-3"
1212

1313
// CheckGoVersion checks the version of the Go distribution
1414
// at goroot, and reports an error if it's not compatible

0 commit comments

Comments
 (0)