all: start 0.43.0-dev cycle

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2026-09-02 18:48:25 +02:00
committed by Ron Evans
parent bdc4a21af0
commit 497438d83f
4 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import (
// Version of TinyGo.
// Update this value before release of new version of software.
const version = "0.42.0"
const version = "0.43.0-dev"
// Return TinyGo version, either in the form 0.30.0 or as a development version
// (like 0.30.0-dev-abcd012).