aboutsummaryrefslogtreecommitdiffstats
path: root/params
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2017-01-16 17:57:02 +0800
committerFelix Lange <fjl@twurst.com>2017-01-16 17:57:02 +0800
commitda2a22c384a9b621ec853fe4b1aa651d606cf42b (patch)
tree2d3afe5fe2d157ce508177028ca87219dd5d332b /params
parent0fa9a8929c8a55d1b624479cead2bb960ada7cfd (diff)
downloadgo-tangerine-da2a22c384a9b621ec853fe4b1aa651d606cf42b.tar
go-tangerine-da2a22c384a9b621ec853fe4b1aa651d606cf42b.tar.gz
go-tangerine-da2a22c384a9b621ec853fe4b1aa651d606cf42b.tar.bz2
go-tangerine-da2a22c384a9b621ec853fe4b1aa651d606cf42b.tar.lz
go-tangerine-da2a22c384a9b621ec853fe4b1aa651d606cf42b.tar.xz
go-tangerine-da2a22c384a9b621ec853fe4b1aa651d606cf42b.tar.zst
go-tangerine-da2a22c384a9b621ec853fe4b1aa651d606cf42b.zip
params: stable 1.5.7v1.5.7
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 6eb920a21..a75d5a3d1 100644
--- a/params/version.go
+++ b/params/version.go
@@ -19,10 +19,10 @@ package params
import "fmt"
const (
- VersionMajor = 1 // Major version component of the current release
- VersionMinor = 5 // Minor version component of the current release
- VersionPatch = 7 // 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 = 5 // 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
)
// Version holds the textual version string.