Release 0.40.0

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2025-12-12 10:06:15 +01:00
committed by Ron Evans
parent dfbc42f833
commit 6970c80d34
2 changed files with 90 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.40.0-dev"
const version = "0.40.0"
// Return TinyGo version, either in the form 0.30.0 or as a development version
// (like 0.30.0-dev-abcd012).