mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-08 13:03:39 +00:00
all: release 0.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
This commit is contained in:
committed by
Ron Evans
parent
adadbadec3
commit
731532cd2b
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user