params: bump version

This commit is contained in:
Luke Williams 2019-11-30 22:08:43 +01:00
parent fc7596a30d
commit da34923c5a

View file

@ -21,10 +21,10 @@ import (
)
const (
VersionMajor = 2 // Major version component of the current release
VersionMinor = 3 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release
VersionMeta = "fleek" // Version metadata to append to the version string
VersionMajor = 3 // Major version component of the current release
VersionMinor = 0 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release
VersionMeta = "testing" // Version metadata to append to the version string
)
// Version holds the textual version string.