diff options
author | Ayke van Laethem <[email protected]> | 2023-01-17 15:36:14 +0100 |
---|---|---|
committer | Ayke <[email protected]> | 2023-02-03 07:38:40 -0800 |
commit | 9027c50405b13ca48859bc82c660840140621ed5 (patch) | |
tree | 793baf9cd1063dc1552772fe96049897956e4c16 /goenv | |
parent | 4ce54ede15c1b31c9be85989bf80d019123eef66 (diff) | |
download | tinygo-9027c50405b13ca48859bc82c660840140621ed5.tar.gz tinygo-9027c50405b13ca48859bc82c660840140621ed5.zip |
all: update to version 0.27.0
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 c1e4a7df2..5c73dde64 100644 --- a/goenv/version.go +++ b/goenv/version.go @@ -12,7 +12,7 @@ import ( // Version of TinyGo. // Update this value before release of new version of software. -const Version = "0.27.0-dev" +const Version = "0.27.0" var ( // This variable is set at build time using -ldflags parameters. |