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 5c2753e commit ac821d8Copy full SHA for ac821d8
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.28.0-dev"
+const Version = "0.28.1"
16
17
var (
18
// This variable is set at build time using -ldflags parameters.
0 commit comments