Skip to content

Commit 38881a2

Browse files
committed
goenv: update to v0.31.2 for patch release
Signed-off-by: deadprogram <[email protected]>
1 parent 0f1cf14 commit 38881a2

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
@@ -9,7 +9,7 @@ import (
99

1010
// Version of TinyGo.
1111
// Update this value before release of new version of software.
12-
const version = "0.32.0-dev"
12+
const version = "0.31.2"
1313

1414
var (
1515
// This variable is set at build time using -ldflags parameters.

0 commit comments

Comments
 (0)