We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d899895 commit cecb80bCopy full SHA for cecb80b
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.27.0"
+const Version = "0.28.0-dev"
16
17
var (
18
// This variable is set at build time using -ldflags parameters.
0 commit comments