aboutsummaryrefslogtreecommitdiffhomepage
path: root/goenv/version.go
diff options
context:
space:
mode:
authorsago35 <[email protected]>2024-08-21 09:03:46 +0900
committerRon Evans <[email protected]>2024-09-04 18:04:49 +0200
commit753f4b38b49c32b4b604dc5065653910923dfb3e (patch)
treee84e3eb60228edcaf1f91545a0a9fb1e37240559 /goenv/version.go
parentd144b116111aa5ab8b14672d0692cacae35ec80c (diff)
downloadtinygo-753f4b38b49c32b4b604dc5065653910923dfb3e.tar.gz
tinygo-753f4b38b49c32b4b604dc5065653910923dfb3e.zip
version: update to 0.34.0-dev
Diffstat (limited to 'goenv/version.go')
-rw-r--r--goenv/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/goenv/version.go b/goenv/version.go
index bd773f20a..1db5a630a 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.33.0"
+const version = "0.34.0-dev"
var (
// This variable is set at build time using -ldflags parameters.