swarm/version: v0.4.1 unstable (#19587)

pull/19594/head
Anton Evangelatov 5 years ago committed by GitHub
parent c3b317a4fc
commit 509facd631
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      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.

Loading…
Cancel
Save