diff options
author | deadprogram <[email protected]> | 2024-03-10 10:07:03 +0100 |
---|---|---|
committer | Ron Evans <[email protected]> | 2024-03-10 15:13:23 +0100 |
commit | 38881a28502cff4ae1a0a29d74570188ce7c8a07 (patch) | |
tree | 9263cefbdae0bc803c88367522810e2fbf6fab6b /goenv/version.go | |
parent | 0f1cf14743ea758a4c2d45e5cd2c1d2797983754 (diff) | |
download | tinygo-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.go | 2 |
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. |