Prepare stable release

This commit is contained in:
Shane Bammel 2023-04-27 19:56:15 -05:00
parent 02bac60ea3
commit 2695d39b9a

View File

@ -33,7 +33,7 @@ var (
const (
VersionMajor = 2 // Major version component of the current release
VersionMinor = 1 // Minor version component of the current release
VersionMicro = 0 // Patch version component of the current release
VersionMicro = 1 // Patch version component of the current release
VersionModifier = "stable" // Modifier component of the current release
VariantMeta = "pulse" // Variant metadata to append to the version string
VersionKeyCreated = "ErigonVersionCreated"