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 15361c8 commit 0c4f0b1Copy full SHA for 0c4f0b1
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.16.0"
+const Version = "0.17.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