Prepare stable release

This commit is contained in:
Shane Bammel 2023-03-30 23:16:03 -05:00
parent 73a3bbaa74
commit b58ecc133f

View File

@ -33,7 +33,7 @@ var (
const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 0 // Minor version component of the current release
VersionMicro = 0 // Patch version component of the current release
VersionMicro = 2 // 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"