goenv: update to new v0.30.0 development version

This commit is contained in:
sago35
2023-09-08 20:26:37 +09:00
committed by Ron Evans
parent 9d6eb1ff06
commit e9d8a9bc0b
+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.29.0"
const Version = "0.30.0-dev"
var (
// This variable is set at build time using -ldflags parameters.