goenv: update to new v0.32.0 development version

This commit is contained in:
sago35
2024-03-04 09:02:28 +09:00
committed by Ron Evans
parent 377415a6c3
commit 7c34f7704e
+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.31.1"
const version = "0.32.0-dev"
var (
// This variable is set at build time using -ldflags parameters.