Skip to content

Commit 8c54e3d

Browse files
committed
release: update version to 0.36.0
Signed-off-by: deadprogram <ron@hybridgroup.com>
1 parent 47c0deb commit 8c54e3d

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.36.0-dev"
13+
const version = "0.36.0"
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)