File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
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-20220519045314-0819aa370518
39+ github.com/ledgerwatch/erigon-lib v0.0.0-20220519052736-7908982ed957
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-20220519045314-0819aa370518 h1:jZ3QOiHjBRwaEYLCG/tWu6LrlaclASe1krhRCWEkHeo =
460- github.com/ledgerwatch/erigon-lib v0.0.0-20220519045314-0819aa370518 /go.mod h1:F5LaFSAgKHxkKjf5bHbtAhU424n+WNRREBssXYNC6Xo =
459+ github.com/ledgerwatch/erigon-lib v0.0.0-20220519052736-7908982ed957 h1:yCnjRswSERBaQ+7Srntu9GpfRb9yuqBdggUHhBrcbig =
460+ github.com/ledgerwatch/erigon-lib v0.0.0-20220519052736-7908982ed957 /go.mod h1:F5LaFSAgKHxkKjf5bHbtAhU424n+WNRREBssXYNC6Xo =
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 3232// see https://calver.org
3333const (
3434 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
35+ VersionMinor = 5 // Minor version component of the current release
36+ VersionMicro = 5 // Patch version component of the current release
3737 VersionModifier = "dev" // Modifier component of the current release
3838 VersionKeyCreated = "ErigonVersionCreated"
3939 VersionKeyFinished = "ErigonVersionFinished"
You can’t perform that action at this time.
0 commit comments