File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11ChangeLog
22---------
33
4- ## v3.0.0 (in development)
4+ ## v3.0.1 (in development)
5+
6+ https://github.com/erigontech/erigon/milestone/40
7+
8+ ## v3.0.0
59
610### Milestone
711
Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ var (
3434
3535// see https://calver.org
3636const (
37- VersionMajor = 3 // Major version component of the current release
38- VersionMinor = 0 // Minor version component of the current release
39- VersionMicro = 0 // Patch version component of the current release
40- VersionModifier = "rc3 " // Modifier component of the current release
37+ VersionMajor = 3 // Major version component of the current release
38+ VersionMinor = 0 // Minor version component of the current release
39+ VersionMicro = 0 // Patch version component of the current release
40+ VersionModifier = "" // Modifier component of the current release
4141 VersionKeyCreated = "ErigonVersionCreated"
4242 VersionKeyFinished = "ErigonVersionFinished"
4343 ClientName = "erigon"
You can’t perform that action at this time.
0 commit comments