all: update version for next development iteration

This commit is contained in:
sago35
2022-06-30 08:25:19 +09:00
committed by Ron Evans
parent b65447c7d5
commit f38603530d
+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.24.0"
const Version = "0.25.0-dev"
var (
// This variable is set at build time using -ldflags parameters.