Skip to content

Commit

Permalink
Merge PR: Bump version to v0.18.2 (#845)
Browse files Browse the repository at this point in the history
  • Loading branch information
KamiD authored Apr 25, 2021
1 parent 5390e02 commit f4bda37
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export GO111MODULE=on
GithubTop=github.com


Version=v0.18.1
Version=v0.18.2
CosmosSDK=v0.39.2
Tendermint=v0.33.9
Iavl=v0.14.3
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ require (
)

replace (
github.com/cosmos/cosmos-sdk => github.com/okex/cosmos-sdk v0.0.0-20210422190453-f52831465673
github.com/cosmos/cosmos-sdk => github.com/okex/cosmos-sdk v0.39.2-exchain3
github.com/tendermint/iavl => github.com/okex/iavl v0.14.3-exchain
github.com/tendermint/tendermint => github.com/okex/tendermint v0.0.0-20210422190529-63267b0a36ec
github.com/tendermint/tendermint => github.com/okex/tendermint v0.33.9-exchain2
)
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -503,12 +503,16 @@ github.com/okex/cosmos-sdk v0.0.0-20210422190453-f52831465673 h1:L8LBk/SO0Bv8dyh
github.com/okex/cosmos-sdk v0.0.0-20210422190453-f52831465673/go.mod h1:IvlniaZoJAtzILHgcmnfaJ5S125TYJWfJvGqY9zSXb4=
github.com/okex/cosmos-sdk v0.39.2-exchain2 h1:W0RXAKw9hv37Mt8UUX5MS1jvQM5CsyO5uS0Q5fvLRMA=
github.com/okex/cosmos-sdk v0.39.2-exchain2/go.mod h1:IvlniaZoJAtzILHgcmnfaJ5S125TYJWfJvGqY9zSXb4=
github.com/okex/cosmos-sdk v0.39.2-exchain3 h1:1dfu855mhlS1QP9pz3A2bVAZb3KyJ7ldlL/PmxPtK/A=
github.com/okex/cosmos-sdk v0.39.2-exchain3/go.mod h1:IvlniaZoJAtzILHgcmnfaJ5S125TYJWfJvGqY9zSXb4=
github.com/okex/iavl v0.14.3-exchain h1:kwRIwpFD6B8mDDqoaxeUN3Pg2GW0Vr+sA+b86renWcA=
github.com/okex/iavl v0.14.3-exchain/go.mod h1:vHLYxU/zuxBmxxr1v+5Vnd/JzcIsyK17n9P9RDubPVU=
github.com/okex/tendermint v0.0.0-20210422190529-63267b0a36ec h1:RIHQIQGnoE4OUoyWTqXzlNRsF/kUuuuQDQByIbj7q9E=
github.com/okex/tendermint v0.0.0-20210422190529-63267b0a36ec/go.mod h1:EoGTbJUufUueNIigY3zyO6f7GOj29OdpFhuR8sxWdSU=
github.com/okex/tendermint v0.33.9-exchain1 h1:S/4yU2j3j/WoNmaOu5LBTblo/OYvSMkGqvbLm746BAw=
github.com/okex/tendermint v0.33.9-exchain1/go.mod h1:EoGTbJUufUueNIigY3zyO6f7GOj29OdpFhuR8sxWdSU=
github.com/okex/tendermint v0.33.9-exchain2 h1:aI0lKffQKDHCZGxAjcBEz8Kyifn0oF4fDjcQxQ8rGvs=
github.com/okex/tendermint v0.33.9-exchain2/go.mod h1:EoGTbJUufUueNIigY3zyO6f7GOj29OdpFhuR8sxWdSU=
github.com/oklog/oklog v0.3.2/go.mod h1:FCV+B7mhrz4o+ueLpx+KqkyXRGMWOYEvfiXtdGtbWGs=
github.com/oklog/run v1.0.0/go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQA=
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
Expand Down

0 comments on commit f4bda37

Please sign in to comment.