From 55a83cd3d908b4a5b90d570fbcc036b4775fd09f Mon Sep 17 00:00:00 2001 From: Anton Evangelatov Date: Thu, 16 May 2019 18:29:25 +0200 Subject: [PATCH] swarm/version: v0.4.0 stable --- 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 b4a1c9a981..0a5af222c8 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 = 3 // Minor 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 + 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 ) // Version holds the textual version string.