goenv: update to new v0.27.0 development version

This commit is contained in:
Ayke van Laethem
2022-09-30 14:04:38 +02:00
committed by Ron Evans
parent 2688d9d733
commit f136eb6adf
+1 -1
View File
@@ -12,7 +12,7 @@ import (
// Version of TinyGo. // Version of TinyGo.
// Update this value before release of new version of software. // Update this value before release of new version of software.
const Version = "0.26.0" const Version = "0.27.0-dev"
var ( var (
// This variable is set at build time using -ldflags parameters. // This variable is set at build time using -ldflags parameters.