diff options
author | Ayke van Laethem <[email protected]> | 2021-11-17 18:34:15 +0100 |
---|---|---|
committer | Ron Evans <[email protected]> | 2021-11-18 14:20:59 +0100 |
commit | 06df31944c6af706d6cb8b30a2e92d19060436d2 (patch) | |
tree | b67a2e6c3b910bec6bfe343cc8aaa8d0d3a1b2f0 /goenv/version.go | |
parent | 3ba8bc92cdb16a5e9562fa06fcaf875eeae54e09 (diff) | |
download | tinygo-06df31944c6af706d6cb8b30a2e92d19060436d2.tar.gz tinygo-06df31944c6af706d6cb8b30a2e92d19060436d2.zip |
all: release v0.21.0v0.21.0
Diffstat (limited to 'goenv/version.go')
-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 5e71f7fd7..e5ef7a5fe 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.21.0-dev" +const Version = "0.21.0" // GetGorootVersion returns the major and minor version for a given GOROOT path. // If the goroot cannot be determined, (0, 0) is returned. |