aboutsummaryrefslogtreecommitdiffhomepage
path: root/goenv/version.go
diff options
context:
space:
mode:
authordeadprogram <[email protected]>2024-03-10 10:07:03 +0100
committerRon Evans <[email protected]>2024-03-10 15:13:23 +0100
commit38881a28502cff4ae1a0a29d74570188ce7c8a07 (patch)
tree9263cefbdae0bc803c88367522810e2fbf6fab6b /goenv/version.go
parent0f1cf14743ea758a4c2d45e5cd2c1d2797983754 (diff)
downloadtinygo-38881a28502cff4ae1a0a29d74570188ce7c8a07.tar.gz
tinygo-38881a28502cff4ae1a0a29d74570188ce7c8a07.zip
goenv: update to v0.31.2 for patch release
Signed-off-by: deadprogram <[email protected]>
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 f00b4b95d..e9de723b1 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.32.0-dev"
+const version = "0.31.2"
var (
// This variable is set at build time using -ldflags parameters.