Skip to content

Commit bcdc5e0

Browse files
committed
chore: update version to 0.37.0-dev
Signed-off-by: deadprogram <ron@hybridgroup.com>
1 parent 2bee299 commit bcdc5e0

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
@@ -10,7 +10,7 @@ import (
1010

1111
// Version of TinyGo.
1212
// Update this value before release of new version of software.
13-
const version = "0.36.0"
13+
const version = "0.37.0-dev"
1414

1515
// Return TinyGo version, either in the form 0.30.0 or as a development version
1616
// (like 0.30.0-dev-abcd012).

0 commit comments

Comments
 (0)