aboutsummaryrefslogtreecommitdiffhomepage
path: root/goenv/version.go
diff options
context:
space:
mode:
authorsago35 <[email protected]>2021-07-01 18:44:15 +0900
committerRon Evans <[email protected]>2021-07-02 18:47:30 +0200
commit2d633e3a28b11254fc5bf643c1730bd5759c69c6 (patch)
tree8ab51dfea8feed6858b1c0550e0476acfb492946 /goenv/version.go
parent64d048c47c95bc0a70b4cff109afc1f9039705a4 (diff)
downloadtinygo-2d633e3a28b11254fc5bf643c1730bd5759c69c6.tar.gz
tinygo-2d633e3a28b11254fc5bf643c1730bd5759c69c6.zip
version: update TinyGo version to 0.20.0-dev
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 c257e845e..e0fe0949c 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.19.0"
+const Version = "0.20.0-dev"
// GetGorootVersion returns the major and minor version for a given GOROOT path.
// If the goroot cannot be determined, (0, 0) is returned.