aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2018-07-05 07:09:02 +0800
committerFelix Lange <fjl@twurst.com>2018-07-05 07:09:02 +0800
commit3b0745156428376e4ca4ae0449db5864e672bc3b (patch)
tree09790f669b676eac07543944049630a3a84add6e
parent37685930d953bcbe023f9bc65b135a8d8b8f1488 (diff)
downloadgo-tangerine-3b0745156428376e4ca4ae0449db5864e672bc3b.tar
go-tangerine-3b0745156428376e4ca4ae0449db5864e672bc3b.tar.gz
go-tangerine-3b0745156428376e4ca4ae0449db5864e672bc3b.tar.bz2
go-tangerine-3b0745156428376e4ca4ae0449db5864e672bc3b.tar.lz
go-tangerine-3b0745156428376e4ca4ae0449db5864e672bc3b.tar.xz
go-tangerine-3b0745156428376e4ca4ae0449db5864e672bc3b.tar.zst
go-tangerine-3b0745156428376e4ca4ae0449db5864e672bc3b.zip
params, VERSION: v1.8.13 unstable
-rw-r--r--VERSION2
-rw-r--r--params/version.go8
2 files changed, 5 insertions, 5 deletions
diff --git a/VERSION b/VERSION
index 7d2424c90..59009bc57 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.8.12
+1.8.13
diff --git a/params/version.go b/params/version.go
index 8991622ba..c4d83f0a4 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 = 8 // Minor version component of the current release
- VersionPatch = 12 // 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 = 8 // Minor version component of the current release
+ VersionPatch = 13 // Patch version component of the current release
+ VersionMeta = "unstable" // Version metadata to append to the version string
)
// Version holds the textual version string.