chore: update version for 0.40 development cycle

This commit is contained in:
sago35
2025-09-02 09:15:37 +09:00
committed by Ron Evans
parent 3869f76887
commit 37531930b8
+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.39.0"
const version = "0.40.0-dev"
// Return TinyGo version, either in the form 0.30.0 or as a development version
// (like 0.30.0-dev-abcd012).