mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 11:41:19 +00:00
calver: start 2020.09.01 release
This commit is contained in:
parent
12aae871fd
commit
03c1b48180
@ -23,8 +23,8 @@ import (
|
||||
// see https://calver.org
|
||||
const (
|
||||
VersionMajor = 2020 // Major version component of the current release
|
||||
VersionMinor = 8 // Minor version component of the current release
|
||||
VersionMicro = 3 // Patch version component of the current release
|
||||
VersionMinor = 9 // 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