goenv: update to new v0.35.0 development version

This commit is contained in:
sago35
2024-11-01 09:05:39 +09:00
committed by Ayke
parent 1648fe8ef2
commit 5862b481a4
+1 -1
View File
@@ -9,7 +9,7 @@ import (
// Version of TinyGo.
// Update this value before release of new version of software.
const version = "0.34.0"
const version = "0.35.0-dev"
var (
// This variable is set at build time using -ldflags parameters.