aboutsummaryrefslogtreecommitdiffhomepage
path: root/goenv
diff options
context:
space:
mode:
authordeadprogram <[email protected]>2024-02-27 15:49:47 +0100
committerRon Evans <[email protected]>2024-02-28 13:22:23 +0100
commit14121f4b0ea362573f20ba9868bd030b24a404fe (patch)
tree9dd7e894eb11022cd7083ccd48f2dcfe580a62cd /goenv
parent7768195835ef46bc21e51ccb6f9b8ff3e3d94298 (diff)
downloadtinygo-14121f4b0ea362573f20ba9868bd030b24a404fe.tar.gz
tinygo-14121f4b0ea362573f20ba9868bd030b24a404fe.zip
all: update for 0.31.1v0.31.1
Signed-off-by: deadprogram <[email protected]>
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 29555dec2..34ab44aaa 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.31.0"
+const version = "0.31.1"
var (
// This variable is set at build time using -ldflags parameters.