mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
Prepare stable release
This commit is contained in:
parent
02bac60ea3
commit
2695d39b9a
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user