diff options
author | sago35 <[email protected]> | 2022-08-04 08:41:55 +0900 |
---|---|---|
committer | Ron Evans <[email protected]> | 2022-08-04 09:11:18 +0200 |
commit | 3cfaceeb16f86975c06169606d6444ab27f09087 (patch) | |
tree | fcb3a29c901c53d22bf77fc3a092669f4a5bf77e /goenv | |
parent | f0391eac258ca07ed724526d9f838c4a48333572 (diff) | |
download | tinygo-3cfaceeb16f86975c06169606d6444ab27f09087.tar.gz tinygo-3cfaceeb16f86975c06169606d6444ab27f09087.zip |
all: update version for next development iteration
Diffstat (limited to 'goenv')
-rw-r--r-- | goenv/version.go | 2 |
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. |