aboutsummaryrefslogtreecommitdiffstats
path: root/params
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2017-11-21 17:54:19 +0800
committerPéter Szilágyi <peterke@gmail.com>2017-11-21 17:54:19 +0800
commit4bb3c89d44e372e6a9ab85a8be0c9345265c763a (patch)
treedeaf69dcf7482610035a3833d541ac6318518276 /params
parentbedf6f40aff0dd14bfab533a37c329ddc9a4bdd5 (diff)
downloadgo-tangerine-4bb3c89d44e372e6a9ab85a8be0c9345265c763a.tar
go-tangerine-4bb3c89d44e372e6a9ab85a8be0c9345265c763a.tar.gz
go-tangerine-4bb3c89d44e372e6a9ab85a8be0c9345265c763a.tar.bz2
go-tangerine-4bb3c89d44e372e6a9ab85a8be0c9345265c763a.tar.lz
go-tangerine-4bb3c89d44e372e6a9ab85a8be0c9345265c763a.tar.xz
go-tangerine-4bb3c89d44e372e6a9ab85a8be0c9345265c763a.tar.zst
go-tangerine-4bb3c89d44e372e6a9ab85a8be0c9345265c763a.zip
params: release v1.7.3 stablev1.7.3
Diffstat (limited to 'params')
-rw-r--r--params/version.go8
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.