goenv: update to new v0.31.0 development version

This commit is contained in:
sago35
2023-10-11 07:52:40 +09:00
committed by Ayke
parent 18b50db0dc
commit 75bba42b60
+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.30.0"
const version = "0.31.0-dev"
var (
// This variable is set at build time using -ldflags parameters.