mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-23 04:03:49 +00:00
Start new release cycle (#5411)
Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
This commit is contained in:
parent
a18c088771
commit
62bbc36d11
@ -32,9 +32,9 @@ var (
|
|||||||
// see https://calver.org
|
// see https://calver.org
|
||||||
const (
|
const (
|
||||||
VersionMajor = 2022 // Major version component of the current release
|
VersionMajor = 2022 // Major version component of the current release
|
||||||
VersionMinor = 8 // Minor version component of the current release
|
VersionMinor = 9 // Minor version component of the current release
|
||||||
VersionMicro = 3 // Patch version component of the current release
|
VersionMicro = 2 // Patch version component of the current release
|
||||||
VersionModifier = "alpha" // Modifier component of the current release
|
VersionModifier = "dev" // Modifier component of the current release
|
||||||
VersionKeyCreated = "ErigonVersionCreated"
|
VersionKeyCreated = "ErigonVersionCreated"
|
||||||
VersionKeyFinished = "ErigonVersionFinished"
|
VersionKeyFinished = "ErigonVersionFinished"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user