aboutsummaryrefslogtreecommitdiffhomepage
path: root/goenv/version.go
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2020-10-27 21:20:11 +0100
committerRon Evans <[email protected]>2020-11-17 11:15:15 +0100
commit15361c829e2e1cb559a04e2b1a66bef0416a48ee (patch)
treecaea4bd26ed9fb1d5cfcf1e6c0200c538f85ddf5 /goenv/version.go
parent3f680b75f376bc3f92c7af39f550b288b9744ba5 (diff)
downloadtinygo-15361c829e2e1cb559a04e2b1a66bef0416a48ee.tar.gz
tinygo-15361c829e2e1cb559a04e2b1a66bef0416a48ee.zip
main: release 0.16.0v0.16.0
Diffstat (limited to 'goenv/version.go')
-rw-r--r--goenv/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/goenv/version.go b/goenv/version.go
index d066dc3a6..8498c3746 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.16.0-dev"
+const Version = "0.16.0"
// GetGorootVersion returns the major and minor version for a given GOROOT path.
// If the goroot cannot be determined, (0, 0) is returned.