diff options
author | Felix Lange <fjl@twurst.com> | 2017-06-23 17:26:54 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2017-06-23 17:26:54 +0800 |
commit | 10a45cb59bd9bc9f717817afc029a57b222e558d (patch) | |
tree | 8d6f041f3a5805360776e4fe45106e3c9c2d8bd0 /params/version.go | |
parent | cd88f697150b61193a191196ec27e0b128f05690 (diff) | |
download | dexon-10a45cb59bd9bc9f717817afc029a57b222e558d.tar.gz dexon-10a45cb59bd9bc9f717817afc029a57b222e558d.tar.zst dexon-10a45cb59bd9bc9f717817afc029a57b222e558d.zip |
params: 1.6.6 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 fbf49ead9..196d9987e 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 = 6 // 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 = 6 // Patch version component of the current release + VersionMeta = "stable" // Version metadata to append to the version string ) // Version holds the textual version string. |