Release 0.41.0

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2026-04-20 14:47:18 +02:00
committed by Ron Evans
parent 94ebddbdfe
commit 1f114b2acf
3 changed files with 151 additions and 3 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.41.0-dev"
const version = "0.41.0"
// Return TinyGo version, either in the form 0.30.0 or as a development version
// (like 0.30.0-dev-abcd012).