goenv: update to new v0.29.0 development version

This commit is contained in:
sago35
2023-06-12 22:01:59 +09:00
committed by Ron Evans
parent d01d85930d
commit e041a8ed88
+1 -1
View File
@@ -12,7 +12,7 @@ import (
// Version of TinyGo.
// Update this value before release of new version of software.
const Version = "0.28.1"
const Version = "0.29.0-dev"
var (
// This variable is set at build time using -ldflags parameters.