diff options
author | Felix Lange <fjl@twurst.com> | 2017-07-11 22:33:39 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2017-07-11 22:33:39 +0800 |
commit | bf468a81ec261745b25206b2a596eb0ee0a24a74 (patch) | |
tree | df2fa8325a543b37ceaaf3e00df17f0cd03d1f19 /params | |
parent | ab5646c532292b51e319f290afccf6a44f874372 (diff) | |
download | dexon-bf468a81ec261745b25206b2a596eb0ee0a24a74.tar.gz dexon-bf468a81ec261745b25206b2a596eb0ee0a24a74.tar.zst dexon-bf468a81ec261745b25206b2a596eb0ee0a24a74.zip |
params, VERSION: v1.6.8 unstable
Diffstat (limited to 'params')
-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 a8e4aedfb..3dac93d89 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 = "stable" // 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 = 8 // Patch version component of the current release + VersionMeta = "unstable" // Version metadata to append to the version string ) // Version holds the textual version string. |