diff options
author | Péter Szilágyi <peterke@gmail.com> | 2018-04-23 20:54:11 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2018-04-23 20:54:11 +0800 |
commit | 9586f2acc76f10c4a7ce364291d075997c5f8eff (patch) | |
tree | b61ec692c72757a83ce1d21920fac12d28584b7f | |
parent | 12683feca7483f0b0bf425c3c520e2724f69f2aa (diff) | |
download | go-tangerine-9586f2acc76f10c4a7ce364291d075997c5f8eff.tar.gz go-tangerine-9586f2acc76f10c4a7ce364291d075997c5f8eff.tar.zst go-tangerine-9586f2acc76f10c4a7ce364291d075997c5f8eff.zip |
VERSION, params: begin release cycle 1.8.7
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | params/version.go | 8 |
2 files changed, 5 insertions, 5 deletions
@@ -1 +1 @@ -1.8.6 +1.8.7 diff --git a/params/version.go b/params/version.go index 5fc215c18..fae1d5a88 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 = 6 // 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 = 7 // Patch version component of the current release + VersionMeta = "unstable" // Version metadata to append to the version string ) // Version holds the textual version string. |