From 5fc5971438cd7c22996058c6c86eac7c625449fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Tue, 9 Apr 2019 12:19:24 +0300 Subject: [PATCH] swarm/version: bump version due to Geth-only 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 046a45f46c..fb2fc8545a 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 = 13 // Patch version component of the current release + VersionPatch = 14 // Patch version component of the current release VersionMeta = "unstable" // Version metadata to append to the version string )