aboutsummaryrefslogtreecommitdiffhomepage
path: root/goenv
diff options
context:
space:
mode:
authorsago35 <[email protected]>2022-08-04 08:41:55 +0900
committerRon Evans <[email protected]>2022-08-04 09:11:18 +0200
commit3cfaceeb16f86975c06169606d6444ab27f09087 (patch)
treefcb3a29c901c53d22bf77fc3a092669f4a5bf77e /goenv
parentf0391eac258ca07ed724526d9f838c4a48333572 (diff)
downloadtinygo-3cfaceeb16f86975c06169606d6444ab27f09087.tar.gz
tinygo-3cfaceeb16f86975c06169606d6444ab27f09087.zip
all: update version for next development iteration
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 47e739097..c67e56daa 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.25.0"
+const Version = "0.26.0-dev"
var (
// This variable is set at build time using -ldflags parameters.