aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/version/version.go
diff options
context:
space:
mode:
Diffstat (limited to 'swarm/version/version.go')
-rw-r--r--swarm/version/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/swarm/version/version.go b/swarm/version/version.go
index 6b536bded..10b789cc1 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 = 14 // Patch version component of the current release
+ VersionPatch = 15 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
)