diff options
author | Felix Lange <fjl@twurst.com> | 2017-10-04 01:18:39 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2017-10-04 01:18:39 +0800 |
commit | 05101641455a754936acc5ddff92f35f5e33181c (patch) | |
tree | a72ec40d951eb85d1021e03c1d12baf3499e7d42 | |
parent | 629b5837e99ced620e71f5d750f2c1abc3537ed3 (diff) | |
download | go-tangerine-1.7.1.tar.gz go-tangerine-1.7.1.tar.zst go-tangerine-1.7.1.zip |
params: v1.7.1 stablev1.7.1
-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 80329c91d..522194dea 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 = 7 // Minor version component of the current release - VersionPatch = 1 // Patch version component of the current release - VersionMeta = "unstable" // Version metadata to append to the version string + VersionMajor = 1 // Major version component of the current release + VersionMinor = 7 // Minor version component of the current release + VersionPatch = 1 // Patch version component of the current release + VersionMeta = "stable" // Version metadata to append to the version string ) // Version holds the textual version string. |