We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a0819 commit 1dc85deCopy full SHA for 1dc85de
goenv/version.go
@@ -12,7 +12,7 @@ import (
12
13
// Version of TinyGo.
14
// Update this value before release of new version of software.
15
-const Version = "0.14.1"
+const Version = "0.15.0-dev"
16
17
// GetGorootVersion returns the major and minor version for a given GOROOT path.
18
// If the goroot cannot be determined, (0, 0) is returned.
0 commit comments