From 509facd631e646989dae7fc9c3ec11a05b11a800 Mon Sep 17 00:00:00 2001 From: Anton Evangelatov Date: Fri, 17 May 2019 10:14:39 +0200 Subject: [PATCH] swarm/version: v0.4.1 unstable (#19587) --- swarm/version/version.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/swarm/version/version.go b/swarm/version/version.go index 0a5af222c8..271a9cede4 100644 --- a/swarm/version/version.go +++ b/swarm/version/version.go @@ -21,10 +21,10 @@ import ( ) const ( - VersionMajor = 0 // Major version component of the current release - VersionMinor = 4 // Minor version component of the current release - VersionPatch = 0 // Patch version component of the current release - VersionMeta = "stable" // Version metadata to append to the version string + VersionMajor = 0 // Major version component of the current release + VersionMinor = 4 // Minor version component of the current release + VersionPatch = 1 // Patch version component of the current release + VersionMeta = "unstable" // Version metadata to append to the version string ) // Version holds the textual version string.