Skip to content

Commit 4517a0c

Browse files
committed
version: update to 0.33.0-dev
Signed-off-by: deadprogram <[email protected]>
1 parent 6abaee4 commit 4517a0c

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"
12+
const version = "0.33.0-dev"
1313

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

0 commit comments

Comments
 (0)