diff options
author | Péter Szilágyi <peterke@gmail.com> | 2018-05-14 18:16:55 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2018-05-14 18:16:55 +0800 |
commit | 49ec4f0cd1f4d4c84c13ccd8d920d56112d7268a (patch) | |
tree | 2101d4001811d60049626b0bf36a083032b15703 /params/version.go | |
parent | 2688dab48c9b8ae71b8d95c7678817eaa17f2b53 (diff) | |
download | go-tangerine-49ec4f0cd1f4d4c84c13ccd8d920d56112d7268a.tar go-tangerine-49ec4f0cd1f4d4c84c13ccd8d920d56112d7268a.tar.gz go-tangerine-49ec4f0cd1f4d4c84c13ccd8d920d56112d7268a.tar.bz2 go-tangerine-49ec4f0cd1f4d4c84c13ccd8d920d56112d7268a.tar.lz go-tangerine-49ec4f0cd1f4d4c84c13ccd8d920d56112d7268a.tar.xz go-tangerine-49ec4f0cd1f4d4c84c13ccd8d920d56112d7268a.tar.zst go-tangerine-49ec4f0cd1f4d4c84c13ccd8d920d56112d7268a.zip |
VERSION, params: start 1.8.9 release cycle
Diffstat (limited to 'params/version.go')
-rw-r--r-- | params/version.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/params/version.go b/params/version.go index 5d0ab7c03..1e8c43bf8 100644 --- a/params/version.go +++ b/params/version.go @@ -21,10 +21,10 @@ import ( ) const ( - VersionMajor = 1 // Major version component of the current release - VersionMinor = 8 // Minor version component of the current release - VersionPatch = 8 // Patch version component of the current release - VersionMeta = "stable" // Version metadata to append to the version string + VersionMajor = 1 // Major version component of the current release + VersionMinor = 8 // Minor version component of the current release + VersionPatch = 9 // Patch version component of the current release + VersionMeta = "unstable" // Version metadata to append to the version string ) // Version holds the textual version string. |