Prepare stable release

This commit is contained in:
Shane Bammel 2023-04-14 12:52:40 -05:00
parent 17fa851d5e
commit ee67a0013d

View File

@ -31,9 +31,9 @@ var (
// see https://calver.org
const (
VersionMajor = 1 // Major version component of the current release
VersionMajor = 2 // Major version component of the current release
VersionMinor = 0 // Minor version component of the current release
VersionMicro = 2 // Patch version component of the current release
VersionMicro = 0 // 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"