Skip to content

Commit ac821d8

Browse files
aykevldeadprogram
authored andcommitted
goenv: fix version number to 0.28.1 (without -dev)
1 parent 5c2753e commit ac821d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

goenv/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212

1313
// Version of TinyGo.
1414
// Update this value before release of new version of software.
15-
const Version = "0.28.0-dev"
15+
const Version = "0.28.1"
1616

1717
var (
1818
// This variable is set at build time using -ldflags parameters.

0 commit comments

Comments
 (0)