Skip to content

Commit 1174db5

Browse files
Alex SharpAlex Sharp
authored andcommitted
Update version and erigon-lib
1 parent 10bcbf4 commit 1174db5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -456,8 +456,8 @@ github.com/kylelemons/godebug v0.0.0-20170224010052-a616ab194758 h1:0D5M2HQSGD3P
456456
github.com/kylelemons/godebug v0.0.0-20170224010052-a616ab194758/go.mod h1:B69LEHPfb2qLo0BaaOLcbitczOKLWTsrBG9LczfCD4k=
457457
github.com/leanovate/gopter v0.2.9 h1:fQjYxZaynp97ozCzfOyOuAGOU4aU/z37zf/tOujFk7c=
458458
github.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=
461461
github.com/ledgerwatch/log/v3 v3.4.1 h1:/xGwlVulXnsO9Uq+tzaExc8OWmXXHU0dnLalpbnY5Bc=
462462
github.com/ledgerwatch/log/v3 v3.4.1/go.mod h1:VXcz6Ssn6XEeU92dCMc39/g1F0OYAjw1Mt+dGP5DjXY=
463463
github.com/ledgerwatch/secp256k1 v1.0.0 h1:Usvz87YoTG0uePIV8woOof5cQnLXGYa162rFf3YnwaQ=

params/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ var (
3232
// see https://calver.org
3333
const (
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"

0 commit comments

Comments
 (0)