aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2018-11-28 20:44:00 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-11-28 20:44:00 +0800
commita7501d0c419f8c1dc8b4004c115dd2d4e3b524b7 (patch)
treef9775d585894bbf170f54feb632cf2ad1cebdb8a
parentdae82f098570e15d44584f0d7f350713f4774727 (diff)
downloadgo-tangerine-a7501d0c419f8c1dc8b4004c115dd2d4e3b524b7.tar
go-tangerine-a7501d0c419f8c1dc8b4004c115dd2d4e3b524b7.tar.gz
go-tangerine-a7501d0c419f8c1dc8b4004c115dd2d4e3b524b7.tar.bz2
go-tangerine-a7501d0c419f8c1dc8b4004c115dd2d4e3b524b7.tar.lz
go-tangerine-a7501d0c419f8c1dc8b4004c115dd2d4e3b524b7.tar.xz
go-tangerine-a7501d0c419f8c1dc8b4004c115dd2d4e3b524b7.tar.zst
go-tangerine-a7501d0c419f8c1dc8b4004c115dd2d4e3b524b7.zip
params, swarm: start Geth v1.8.20 and Swarm v0.3.8 release cycle
-rw-r--r--params/version.go8
-rw-r--r--swarm/version/version.go8
2 files changed, 8 insertions, 8 deletions
diff --git a/params/version.go b/params/version.go
index cbb23e16d..2291d5f3c 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 = 19 // 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 = 20 // Patch version component of the current release
+ VersionMeta = "unstable" // Version metadata to append to the version string
)
// Version holds the textual version string.
diff --git a/swarm/version/version.go b/swarm/version/version.go
index d75763fe9..57ac05a86 100644
--- a/swarm/version/version.go
+++ b/swarm/version/version.go
@@ -21,10 +21,10 @@ import (
)
const (
- VersionMajor = 0 // Major version component of the current release
- VersionMinor = 3 // 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
+ VersionMajor = 0 // Major version component of the current release
+ VersionMinor = 3 // 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
)
// Version holds the textual version string.