aboutsummaryrefslogtreecommitdiffhomepage
path: root/goenv
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2024-10-25 15:15:21 +0200
committerRon Evans <[email protected]>2024-10-25 18:22:40 +0100
commit2a76ceb7dd5ea5a834ec470b724882564d9681b3 (patch)
tree8d9c8566b26ef40f3ec29058784909f2dacf4996 /goenv
parent69263e73199029aa4c1d778103952d4b3e7ea23e (diff)
downloadtinygo-2a76ceb7dd5ea5a834ec470b724882564d9681b3.tar.gz
tinygo-2a76ceb7dd5ea5a834ec470b724882564d9681b3.zip
all: version v0.34.0v0.34.0
Diffstat (limited to 'goenv')
-rw-r--r--goenv/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/goenv/version.go b/goenv/version.go
index 9cc463402..10b2647bd 100644
--- a/goenv/version.go
+++ b/goenv/version.go
@@ -9,7 +9,7 @@ import (
// Version of TinyGo.
// Update this value before release of new version of software.
-const version = "0.34.0-dev"
+const version = "0.34.0"
var (
// This variable is set at build time using -ldflags parameters.