all: version 0.35.0

This commit is contained in:
Ayke van Laethem
2024-12-19 11:01:25 +01:00
committed by Ron Evans
parent 9d2f52805b
commit 52983794d7
2 changed files with 69 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.35.0-dev"
const version = "0.35.0"
// Return TinyGo version, either in the form 0.30.0 or as a development version
// (like 0.30.0-dev-abcd012).