We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47c0deb commit 8c54e3dCopy full SHA for 8c54e3d
goenv/version.go
@@ -10,7 +10,7 @@ import (
10
11
// Version of TinyGo.
12
// Update this value before release of new version of software.
13
-const version = "0.36.0-dev"
+const version = "0.36.0"
14
15
// Return TinyGo version, either in the form 0.30.0 or as a development version
16
// (like 0.30.0-dev-abcd012).
0 commit comments