goenv: update to new v0.36.0 development version

This commit is contained in:
sago35
2024-12-22 14:38:12 +09:00
committed by Ron Evans
parent b898916d52
commit 0426a5f902
+1 -1
View File
@@ -10,7 +10,7 @@ import (
// Version of TinyGo.
// Update this value before release of new version of software.
const version = "0.35.0"
const version = "0.36.0-dev"
// Return TinyGo version, either in the form 0.30.0 or as a development version
// (like 0.30.0-dev-abcd012).