Skip to content

Commit c1c074f

Browse files
committed
version: update to 0.38.0-dev
Signed-off-by: deadprogram <[email protected]>
1 parent 429c015 commit c1c074f

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.37.0"
13+
const version = "0.38.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)