diff options
author | Péter Szilágyi <peterke@gmail.com> | 2018-07-31 18:35:53 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2018-07-31 18:35:53 +0800 |
commit | 225171a4bfcc16bd12a1906b1e0d43d0b18c353b (patch) | |
tree | c0c6a8c0e3b5e5b1d3ad8ae20d664d268bedf866 /swarm | |
parent | 702b8a7aec97c7ef512335ee44c925bc91c6ae09 (diff) | |
download | dexon-225171a4bfcc16bd12a1906b1e0d43d0b18c353b.tar.gz dexon-225171a4bfcc16bd12a1906b1e0d43d0b18c353b.tar.zst dexon-225171a4bfcc16bd12a1906b1e0d43d0b18c353b.zip |
params, swarm/version: release Geth v1.8.13, Swarm 0.3.1
Diffstat (limited to 'swarm')
-rw-r--r-- | swarm/version/version.go | 8 |
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. |