diff options
author | sago35 <[email protected]> | 2021-05-14 18:10:55 +0900 |
---|---|---|
committer | Ron Evans <[email protected]> | 2021-05-14 11:47:07 +0200 |
commit | 2085ffb33481b969fe46f3ed71269ac9367f1885 (patch) | |
tree | 4631edc4a178da21b7c1f1a92739204c29d382a9 /goenv/version.go | |
parent | b67351babefb0b430642d8cde5f6113685706230 (diff) | |
download | tinygo-2085ffb33481b969fe46f3ed71269ac9367f1885.tar.gz tinygo-2085ffb33481b969fe46f3ed71269ac9367f1885.zip |
version: update TinyGo version to 0.19.0-dev
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 3f719b50c..909f330f4 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.18.0" +const Version = "0.19.0-dev" // GetGorootVersion returns the major and minor version for a given GOROOT path. // If the goroot cannot be determined, (0, 0) is returned. |