diff options
author | deadprogram <[email protected]> | 2023-08-25 10:24:48 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2023-08-25 15:57:40 +0200 |
commit | a158d3194fab405c08fa8b819a35b6d2f8597f90 (patch) | |
tree | 1c23157ba69c7bb4e25c3c19bd537643a81cc9bc /goenv | |
parent | 806498f099835492ba18e525b446e31a26d3dce1 (diff) | |
download | tinygo-a158d3194fab405c08fa8b819a35b6d2f8597f90.tar.gz tinygo-a158d3194fab405c08fa8b819a35b6d2f8597f90.zip |
all: update version for 0.29 release
Signed-off-by: deadprogram <[email protected]>
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 d234fb3de..da58358a5 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-dev" +const Version = "0.29.0" var ( // This variable is set at build time using -ldflags parameters. |