diff options
Diffstat (limited to 'swarm')
-rw-r--r-- | swarm/version/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swarm/version/version.go b/swarm/version/version.go index 6c393e9c7..6b536bded 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 = 13 // Patch version component of the current release + VersionPatch = 14 // Patch version component of the current release VersionMeta = "stable" // Version metadata to append to the version string ) |