aboutsummaryrefslogtreecommitdiffhomepage
path: root/goenv/version.go
diff options
context:
space:
mode:
authorsago35 <[email protected]>2022-01-27 18:22:14 +0900
committerRon Evans <[email protected]>2022-01-27 15:53:53 +0100
commit421020007093435166b0d2b1ca31a5caa78b9d13 (patch)
tree9408d43cf2897b315eef3ceb95e2bce1da324467 /goenv/version.go
parent3883550c446fc8b14115366284316290f3d3c4b1 (diff)
downloadtinygo-421020007093435166b0d2b1ca31a5caa78b9d13.tar.gz
tinygo-421020007093435166b0d2b1ca31a5caa78b9d13.zip
goenv: update version for start of 0.23.0 development cycle
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 f30c0df68..2e4e5a676 100644
--- a/goenv/version.go
+++ b/goenv/version.go
@@ -12,7 +12,7 @@ import (
// Version of TinyGo.
// Update this value before release of new version of software.
-const Version = "0.22.0"
+const Version = "0.23.0-dev"
// GetGorootVersion returns the major and minor version for a given GOROOT path.
// If the goroot cannot be determined, (0, 0) is returned.