Release 0.42.0

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2026-08-31 09:10:39 +02:00
committed by Ron Evans
parent 2761414777
commit bdc4a21af0
2 changed files with 161 additions and 1 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-dev"
const version = "0.42.0"
// Return TinyGo version, either in the form 0.30.0 or as a development version
// (like 0.30.0-dev-abcd012).