all: version 0.33.0

This commit is contained in:
Ayke van Laethem
2024-08-19 20:33:24 +02:00
committed by Ron Evans
parent 16cd500000
commit ef4f46f1d1
2 changed files with 61 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import (
// Version of TinyGo.
// Update this value before release of new version of software.
const version = "0.33.0-dev"
const version = "0.33.0"
var (
// This variable is set at build time using -ldflags parameters.