mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 09:37:38 +00:00
bump version due to the month change
This commit is contained in:
parent
0ba20d6c28
commit
bcb5844df6
@ -23,8 +23,8 @@ import (
|
||||
// see https://calver.org
|
||||
const (
|
||||
VersionMajor = 2021 // Major version component of the current release
|
||||
VersionMinor = 3 // Minor version component of the current release
|
||||
VersionMicro = 3 // Patch version component of the current release
|
||||
VersionMinor = 4 // Minor version component of the current release
|
||||
VersionMicro = 1 // Patch version component of the current release
|
||||
VersionModifier = "alpha" // Patch version component of the current release
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user