Skip to content

Commit 0426a5f

Browse files
sago35deadprogram
authored andcommitted
goenv: update to new v0.36.0 development version
1 parent b898916 commit 0426a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

goenv/version.go

+1-1
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.35.0"
13+
const version = "0.36.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)