Release 0.41.1

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2026-04-22 17:51:49 +02:00
committed by Ron Evans
parent aa10b682e4
commit a4f9c9d1b6
2 changed files with 10 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.41.0"
const version = "0.41.1"
// Return TinyGo version, either in the form 0.30.0 or as a development version
// (like 0.30.0-dev-abcd012).