diff options
author | sago35 <[email protected]> | 2023-10-11 07:52:40 +0900 |
---|---|---|
committer | Ayke <[email protected]> | 2023-10-11 02:24:58 +0200 |
commit | 75bba42b60889d63db22d6b35447f290a9a770cc (patch) | |
tree | 84b6ebc1c9bbc883e73458c138c6d8bb266fa3a7 /goenv | |
parent | 18b50db0dc443caf90a1a8ace323c39babcd5fec (diff) | |
download | tinygo-75bba42b60889d63db22d6b35447f290a9a770cc.tar.gz tinygo-75bba42b60889d63db22d6b35447f290a9a770cc.zip |
goenv: update to new v0.31.0 development version
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 fb16d5a4b..0545dd1fe 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.30.0" +const version = "0.31.0-dev" var ( // This variable is set at build time using -ldflags parameters. |