diff options
author | Ayke van Laethem <[email protected]> | 2023-09-21 02:02:27 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2023-09-21 08:03:16 +0200 |
commit | 731532cd2b6353b60b443343b51296ec0fafae09 (patch) | |
tree | 396accb8ffb002fa4c155e877cc57bc27fead8f2 /goenv | |
parent | adadbadec30b59f857ce48d7de547c0315d53356 (diff) | |
download | tinygo-731532cd2b6353b60b443343b51296ec0fafae09.tar.gz tinygo-731532cd2b6353b60b443343b51296ec0fafae09.zip |
all: release 0.30.0v0.30.0
This is a small release just in time for GopherCon US.
Some of the big changes of this release are:
- switch to LLVM 16
- fixes for two separate hard-to-reproduce compiler crashes
- added support for the Adafruit Gemma M0
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 6fb653046..f89b43f1a 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-dev" +const Version = "0.30.0" var ( // This variable is set at build time using -ldflags parameters. |