diff options
author | Péter Szilágyi <peterke@gmail.com> | 2017-11-21 17:54:19 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2017-11-21 17:54:19 +0800 |
commit | 4bb3c89d44e372e6a9ab85a8be0c9345265c763a (patch) | |
tree | deaf69dcf7482610035a3833d541ac6318518276 /params/version.go | |
parent | bedf6f40aff0dd14bfab533a37c329ddc9a4bdd5 (diff) | |
download | dexon-4bb3c89d44e372e6a9ab85a8be0c9345265c763a.tar.gz dexon-4bb3c89d44e372e6a9ab85a8be0c9345265c763a.tar.zst dexon-4bb3c89d44e372e6a9ab85a8be0c9345265c763a.zip |
params: release v1.7.3 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 40d459162..4fb1d0847 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 = 3 // 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 = 3 // Patch version component of the current release + VersionMeta = "stable" // Version metadata to append to the version string ) // Version holds the textual version string. |