aboutsummaryrefslogtreecommitdiffhomepage
path: root/goenv
diff options
context:
space:
mode:
authorsago35 <[email protected]>2020-09-18 08:22:13 +0900
committerAyke <[email protected]>2020-09-18 01:32:31 +0200
commit2a72262c33c793c1ded3dbbb725e97547ef28540 (patch)
tree6120150a81d89cd6d608b0f76c052f4b27ff3c95 /goenv
parente8615d10070f71bf83a8755e366d67ba44bf24c4 (diff)
downloadtinygo-2a72262c33c793c1ded3dbbb725e97547ef28540.tar.gz
tinygo-2a72262c33c793c1ded3dbbb725e97547ef28540.zip
version: update TinyGo version to 0.16.0-dev
Diffstat (limited to 'goenv')
-rw-r--r--goenv/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/goenv/version.go b/goenv/version.go
index 65e04fdcd..d066dc3a6 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.15.0"
+const Version = "0.16.0-dev"
// GetGorootVersion returns the major and minor version for a given GOROOT path.
// If the goroot cannot be determined, (0, 0) is returned.