aboutsummaryrefslogtreecommitdiffstats
path: root/params
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2017-02-01 09:14:04 +0800
committerFelix Lange <fjl@twurst.com>2017-02-01 09:14:04 +0800
commitf58fb32283fe04cd1d416040c6692b4a7352d556 (patch)
tree91fc4a92aedd08fad63f4593270d02e0dd7538da /params
parent9c45b4462c2453c0c92282290d9788aecf556798 (diff)
downloadgo-tangerine-f58fb32283fe04cd1d416040c6692b4a7352d556.tar
go-tangerine-f58fb32283fe04cd1d416040c6692b4a7352d556.tar.gz
go-tangerine-f58fb32283fe04cd1d416040c6692b4a7352d556.tar.bz2
go-tangerine-f58fb32283fe04cd1d416040c6692b4a7352d556.tar.lz
go-tangerine-f58fb32283fe04cd1d416040c6692b4a7352d556.tar.xz
go-tangerine-f58fb32283fe04cd1d416040c6692b4a7352d556.tar.zst
go-tangerine-f58fb32283fe04cd1d416040c6692b4a7352d556.zip
params: v1.5.8-stablev1.5.8
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 b60e105d5..cc95f5de3 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 = 8 // 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 = 8 // Patch version component of the current release
+ VersionMeta = "stable" // Version metadata to append to the version string
)
// Version holds the textual version string.