From b7dd225179c5bbba6c2e5f59dd57138753489265 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Wed, 10 Apr 2019 16:13:35 +0300 Subject: [PATCH] swarm/version: bump Swarm due to Geth hotfix release --- swarm/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarm/version/version.go b/swarm/version/version.go index fb2fc8545..9729342a0 100644 --- a/swarm/version/version.go +++ b/swarm/version/version.go @@ -23,7 +23,7 @@ import ( const ( VersionMajor = 0 // Major version component of the current release VersionMinor = 3 // Minor version component of the current release - VersionPatch = 14 // Patch version component of the current release + VersionPatch = 15 // Patch version component of the current release VersionMeta = "unstable" // Version metadata to append to the version string )