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 806498f commit a158d31Copy full SHA for a158d31
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.29.0-dev"
+const Version = "0.29.0"
13
14
var (
15
// This variable is set at build time using -ldflags parameters.
0 commit comments