diff options
author | Felix Lange <fjl@twurst.com> | 2017-07-11 22:32:36 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2017-07-11 22:32:36 +0800 |
commit | ab5646c532292b51e319f290afccf6a44f874372 (patch) | |
tree | fc9254f3dc43cfe11b3599c80b4535830c719ac9 /params/version.go | |
parent | 3b250124817f0057957100fb743009563f1bdc5b (diff) | |
download | dexon-ab5646c532292b51e319f290afccf6a44f874372.tar.gz dexon-ab5646c532292b51e319f290afccf6a44f874372.tar.zst dexon-ab5646c532292b51e319f290afccf6a44f874372.zip |
params: v1.6.7 stable
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 d54c69b71..a8e4aedfb 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 = 6 // 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 + VersionMajor = 1 // Major version component of the current release + VersionMinor = 6 // Minor version component of the current release + VersionPatch = 7 // Patch version component of the current release + VersionMeta = "stable" // Version metadata to append to the version string ) // Version holds the textual version string. |