aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/version
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 /swarm/version
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
Diffstat (limited to 'swarm/version')
-rw-r--r--swarm/version/version.go8
1 files changed, 4 insertions, 4 deletions
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.