From 2a72262c33c793c1ded3dbbb725e97547ef28540 Mon Sep 17 00:00:00 2001 From: sago35 Date: Fri, 18 Sep 2020 08:22:13 +0900 Subject: [PATCH] version: update TinyGo version to 0.16.0-dev --- goenv/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goenv/version.go b/goenv/version.go index 65e04fdc..d066dc3a 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.