diff options
author | Felix Lange <fjl@twurst.com> | 2017-10-04 01:19:37 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2017-10-04 01:19:37 +0800 |
commit | c0a1f1c9076608cb98f9cbd02a896e966cc2a93b (patch) | |
tree | 8f29b3fa7efb37ebe28b5f3769964a93f9db0f34 /params/version.go | |
parent | 05101641455a754936acc5ddff92f35f5e33181c (diff) | |
download | dexon-c0a1f1c9076608cb98f9cbd02a896e966cc2a93b.tar.gz dexon-c0a1f1c9076608cb98f9cbd02a896e966cc2a93b.tar.zst dexon-c0a1f1c9076608cb98f9cbd02a896e966cc2a93b.zip |
params, VERSION: v1.7.2 unstable
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 522194dea..1abbae98a 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 = "stable" // 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 = 2 // Patch version component of the current release + VersionMeta = "unstable" // Version metadata to append to the version string ) // Version holds the textual version string. |