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