From 78ec90717aaa34c6ac981e791ca7fb04077cca33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Wed, 17 Apr 2019 15:50:41 +0300 Subject: [PATCH] swarm/version: bump version 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 9729342a09..b4a1c9a981 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 = 15 // Patch 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 )