File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ require (
3636 github.com/json-iterator/go v1.1.12
3737 github.com/julienschmidt/httprouter v1.3.0
3838 github.com/kevinburke/go-bindata v3.21.0+incompatible
39- github.com/ledgerwatch/erigon-lib v0.0.0-20220513034347-df6a8706a63f
39+ github.com/ledgerwatch/erigon-lib v0.0.0-20220514194537-900c03b1ba36
4040 github.com/ledgerwatch/log/v3 v3.4.1
4141 github.com/ledgerwatch/secp256k1 v1.0.0
4242 github.com/pelletier/go-toml v1.9.5
Original file line number Diff line number Diff line change @@ -456,8 +456,8 @@ github.com/kylelemons/godebug v0.0.0-20170224010052-a616ab194758 h1:0D5M2HQSGD3P
456456github.com/kylelemons/godebug v0.0.0-20170224010052-a616ab194758 /go.mod h1:B69LEHPfb2qLo0BaaOLcbitczOKLWTsrBG9LczfCD4k =
457457github.com/leanovate/gopter v0.2.9 h1:fQjYxZaynp97ozCzfOyOuAGOU4aU/z37zf/tOujFk7c =
458458github.com/leanovate/gopter v0.2.9 /go.mod h1:U2L/78B+KVFIx2VmW6onHJQzXtFb+p5y3y2Sh+Jxxv8 =
459- github.com/ledgerwatch/erigon-lib v0.0.0-20220513034347-df6a8706a63f h1:jfeU5R5y0H289Fy+64NfnbQGSB7V9Bzs6gHKAkWKXFY =
460- github.com/ledgerwatch/erigon-lib v0.0.0-20220513034347-df6a8706a63f /go.mod h1:oHHsHZR+xF3LSHzjBlJYW21ZnBXkwIZrVebCp6v9Iv0 =
459+ github.com/ledgerwatch/erigon-lib v0.0.0-20220514194537-900c03b1ba36 h1:wCWk0Ea7R0dROMEBwji4F4U9WG8K8hmqxvWkd+5SGa0 =
460+ github.com/ledgerwatch/erigon-lib v0.0.0-20220514194537-900c03b1ba36 /go.mod h1:oHHsHZR+xF3LSHzjBlJYW21ZnBXkwIZrVebCp6v9Iv0 =
461461github.com/ledgerwatch/log/v3 v3.4.1 h1:/xGwlVulXnsO9Uq+tzaExc8OWmXXHU0dnLalpbnY5Bc =
462462github.com/ledgerwatch/log/v3 v3.4.1 /go.mod h1:VXcz6Ssn6XEeU92dCMc39/g1F0OYAjw1Mt+dGP5DjXY =
463463github.com/ledgerwatch/secp256k1 v1.0.0 h1:Usvz87YoTG0uePIV8woOof5cQnLXGYa162rFf3YnwaQ =
Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ var (
3131
3232// see https://calver.org
3333const (
34- VersionMajor = 2022 // Major version component of the current release
35- VersionMinor = 99 // Minor version component of the current release
36- VersionMicro = 99 // Patch version component of the current release
37- VersionModifier = "dev " // Modifier component of the current release
34+ VersionMajor = 2022 // Major version component of the current release
35+ VersionMinor = 05 // Minor version component of the current release
36+ VersionMicro = 04 // Patch version component of the current release
37+ VersionModifier = "alpha " // Modifier component of the current release
3838 VersionKeyCreated = "ErigonVersionCreated"
3939 VersionKeyFinished = "ErigonVersionFinished"
4040)
You can’t perform that action at this time.
0 commit comments