We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1648fe8 commit 5862b48Copy full SHA for 5862b48
goenv/version.go
@@ -9,7 +9,7 @@ import (
9
10
// Version of TinyGo.
11
// Update this value before release of new version of software.
12
-const version = "0.34.0"
+const version = "0.35.0-dev"
13
14
var (
15
// This variable is set at build time using -ldflags parameters.
0 commit comments