mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-09 20:41:20 +00:00
begin release cycle 2021.02.01
This commit is contained in:
parent
5a9c86e552
commit
906d3eefb6
@ -23,8 +23,8 @@ import (
|
|||||||
// see https://calver.org
|
// see https://calver.org
|
||||||
const (
|
const (
|
||||||
VersionMajor = 2021 // Major version component of the current release
|
VersionMajor = 2021 // Major version component of the current release
|
||||||
VersionMinor = 1 // Minor version component of the current release
|
VersionMinor = 2 // Minor version component of the current release
|
||||||
VersionMicro = 3 // Patch version component of the current release
|
VersionMicro = 1 // Patch version component of the current release
|
||||||
VersionModifier = "alpha" // Patch version component of the current release
|
VersionModifier = "alpha" // Patch version component of the current release
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user