From f4094d09cd3bf4c1420f358d77b803d5d84d0994 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Tue, 29 Jan 2019 17:43:13 +0100 Subject: params, swarm/version: Geth v1.9.0 unstable, Swarm v0.3.11-unstable --- swarm/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'swarm') diff --git a/swarm/version/version.go b/swarm/version/version.go index 9c7248110..e001ff7ca 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 = 10 // Patch version component of the current release + VersionPatch = 11 // Patch version component of the current release VersionMeta = "unstable" // Version metadata to append to the version string ) -- cgit v1.2.3