Skip to content

Commit 7cde3d3

Browse files
committed
compiler: Bump up version to 1.8-2.
The recent changes to import path handling are significant enough to warrant bumping the version string. This way, if there are issues to report, we can tell what version of the tool was used.
1 parent db88776 commit 7cde3d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/version_check.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ package compiler
66
const ___GOPHERJS_REQUIRES_GO_VERSION_1_8___ = true
77

88
// Version is the GopherJS compiler version string.
9-
const Version = "1.8-1"
9+
const Version = "1.8-2"

0 commit comments

Comments
 (0)