diff options
author | deadprogram <[email protected]> | 2024-02-27 15:49:47 +0100 |
---|---|---|
committer | Ron Evans <[email protected]> | 2024-02-28 13:22:23 +0100 |
commit | 14121f4b0ea362573f20ba9868bd030b24a404fe (patch) | |
tree | 9dd7e894eb11022cd7083ccd48f2dcfe580a62cd /goenv | |
parent | 7768195835ef46bc21e51ccb6f9b8ff3e3d94298 (diff) | |
download | tinygo-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.go | 2 |
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. |