goenv: update to new v0.28.0 development version

This commit is contained in:
sago35
2023-02-14 09:11:17 +09:00
committed by Ron Evans
parent d899895e32
commit cecb80b8bf
+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.27.0"
const Version = "0.28.0-dev"
var (
// This variable is set at build time using -ldflags parameters.