diff options
author | Ayke van Laethem <[email protected]> | 2019-05-29 16:31:12 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2019-05-29 16:38:04 +0200 |
commit | da857108947aa35ff6e6b5ce16c96359e72fe47c (patch) | |
tree | 275707cdb727c4a2980a94de61b10eb64a83dac4 /version.go | |
parent | 0ae467d3e2756da9c2bddfb82b210505f620d0dd (diff) | |
download | tinygo-da857108947aa35ff6e6b5ce16c96359e72fe47c.tar.gz tinygo-da857108947aa35ff6e6b5ce16c96359e72fe47c.zip |
main: version 0.6.0v0.6.0
Diffstat (limited to 'version.go')
-rw-r--r-- | version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.go b/version.go index cecf4a83c..e0f2ab71d 100644 --- a/version.go +++ b/version.go @@ -2,4 +2,4 @@ package main // version of this package. // Update this value before release of new version of software. -const version = "0.5.0" +const version = "0.6.0" |