Skip to content

Commit 1dc85de

Browse files
deadprogramaykevl
authored andcommitted
version: update TinyGo version to 0.15.0-dev
Signed-off-by: deadprogram <[email protected]>
1 parent 26a0819 commit 1dc85de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

goenv/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212

1313
// Version of TinyGo.
1414
// Update this value before release of new version of software.
15-
const Version = "0.14.1"
15+
const Version = "0.15.0-dev"
1616

1717
// GetGorootVersion returns the major and minor version for a given GOROOT path.
1818
// If the goroot cannot be determined, (0, 0) is returned.

0 commit comments

Comments
 (0)