diff options
author | sago35 <[email protected]> | 2023-09-08 20:26:37 +0900 |
---|---|---|
committer | Ron Evans <[email protected]> | 2023-09-08 17:41:31 +0200 |
commit | e9d8a9bc0b433221a5fe242a18071ff60020baa4 (patch) | |
tree | aa0829c9486a034794e0e2f5354526a1ba25c9c7 /goenv | |
parent | 9d6eb1ff0632c85362eccd129ffa075188952656 (diff) | |
download | tinygo-e9d8a9bc0b433221a5fe242a18071ff60020baa4.tar.gz tinygo-e9d8a9bc0b433221a5fe242a18071ff60020baa4.zip |
goenv: update to new v0.30.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 da58358a5..6fb653046 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.29.0" +const Version = "0.30.0-dev" var ( // This variable is set at build time using -ldflags parameters. |