aboutsummaryrefslogtreecommitdiffhomepage
path: root/goenv
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2022-09-28 15:52:44 +0200
committerRon Evans <[email protected]>2022-09-29 15:05:15 +0200
commitb5ad81c884981f42c1ac491cc1d195aea886ddbe (patch)
tree3264f7f98e483045247e150220c2d4ecc69359ea /goenv
parentc2fb1e776a8c9269e7bc2ec6a5f10c381eea7828 (diff)
downloadtinygo-b5ad81c884981f42c1ac491cc1d195aea886ddbe.tar.gz
tinygo-b5ad81c884981f42c1ac491cc1d195aea886ddbe.zip
all: update to version 0.26.0v0.26.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 910437e0b..62621352f 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.26.0-dev"
+const Version = "0.26.0"
var (
// This variable is set at build time using -ldflags parameters.