Updated version for patch release

This commit is contained in:
Shane Bammel 2021-12-17 11:14:32 -06:00
parent 1926e96f78
commit d7ac6330f6

View File

@ -23,7 +23,7 @@ import (
const (
VersionMajor = 0 // Major version component of the current release
VersionMinor = 5 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release
VersionPatch = 1 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
VariantMeta = "pulse" // Version metadata to append to the version string
)