version: update to 0.33.0-dev

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2024-06-24 21:31:31 +02:00
committed by Ron Evans
parent 6abaee4640
commit 4517a0c17b
+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.32.0"
const version = "0.33.0-dev"
var (
// This variable is set at build time using -ldflags parameters.