aboutsummaryrefslogtreecommitdiffstats
path: root/swarm
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2018-07-31 18:35:53 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-07-31 18:35:53 +0800
commit225171a4bfcc16bd12a1906b1e0d43d0b18c353b (patch)
treec0c6a8c0e3b5e5b1d3ad8ae20d664d268bedf866 /swarm
parent702b8a7aec97c7ef512335ee44c925bc91c6ae09 (diff)
downloadgo-tangerine-225171a4bfcc16bd12a1906b1e0d43d0b18c353b.tar
go-tangerine-225171a4bfcc16bd12a1906b1e0d43d0b18c353b.tar.gz
go-tangerine-225171a4bfcc16bd12a1906b1e0d43d0b18c353b.tar.bz2
go-tangerine-225171a4bfcc16bd12a1906b1e0d43d0b18c353b.tar.lz
go-tangerine-225171a4bfcc16bd12a1906b1e0d43d0b18c353b.tar.xz
go-tangerine-225171a4bfcc16bd12a1906b1e0d43d0b18c353b.tar.zst
go-tangerine-225171a4bfcc16bd12a1906b1e0d43d0b18c353b.zip
params, swarm/version: release Geth v1.8.13, Swarm 0.3.1v1.8.13
Diffstat (limited to 'swarm')
-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 8e528e714..5e8c78823 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 = 1 // Patch version component of the current release
- VersionMeta = "unstable" // 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 = 1 // Patch version component of the current release
+ VersionMeta = "stable" // Version metadata to append to the version string
)
// Version holds the textual version string.