diff options
author | Anton Evangelatov <anton.evangelatov@gmail.com> | 2019-05-17 16:12:03 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-17 16:12:03 +0800 |
commit | c3b317a4fc5e59da87b2bd2b858c038cfb4ba07a (patch) | |
tree | ca39dd875aba89e6776ad2616452abdb4638ecb6 /swarm | |
parent | 2f855bfa2893ad0e0fbb0072d317340385091868 (diff) | |
download | go-tangerine-c3b317a4fc5e59da87b2bd2b858c038cfb4ba07a.tar go-tangerine-c3b317a4fc5e59da87b2bd2b858c038cfb4ba07a.tar.gz go-tangerine-c3b317a4fc5e59da87b2bd2b858c038cfb4ba07a.tar.bz2 go-tangerine-c3b317a4fc5e59da87b2bd2b858c038cfb4ba07a.tar.lz go-tangerine-c3b317a4fc5e59da87b2bd2b858c038cfb4ba07a.tar.xz go-tangerine-c3b317a4fc5e59da87b2bd2b858c038cfb4ba07a.tar.zst go-tangerine-c3b317a4fc5e59da87b2bd2b858c038cfb4ba07a.zip |
swarm/version: v0.4.0 stable (#19586)
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 b4a1c9a98..0a5af222c 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 = 16 // 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 = 4 // Minor version component of the current release + VersionPatch = 0 // Patch version component of the current release + VersionMeta = "stable" // Version metadata to append to the version string ) // Version holds the textual version string. |