diff options
author | Péter Szilágyi <peterke@gmail.com> | 2019-09-19 16:38:43 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2019-09-19 16:38:43 +0800 |
commit | 24ef83518c5e3c173784b20eabba140162d66dfb (patch) | |
tree | 761a2a4577bba11d41248435d3c13c8a13354c8c | |
parent | 46891c12ab54c9e179f26378ce618fd48460190c (diff) | |
download | go-tangerine-24ef83518c5e3c173784b20eabba140162d66dfb.tar.gz go-tangerine-24ef83518c5e3c173784b20eabba140162d66dfb.tar.zst go-tangerine-24ef83518c5e3c173784b20eabba140162d66dfb.zip |
params: start v1.9.5 release cycle
-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 b25e4915a..511bc075e 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 = 9 // Minor version component of the current release - VersionPatch = 4 // 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 = 9 // Minor version component of the current release + VersionPatch = 5 // Patch version component of the current release + VersionMeta = "unstable" // Version metadata to append to the version string ) // Version holds the textual version string. |