Skip to content

Commit

Permalink
protocol version v0.23.1 (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
candostyavuz authored Sep 14, 2023
1 parent 0ecd13d commit 1fe0820
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/protocol/types/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ var _ paramtypes.ParamSet = (*Params)(nil)
var (
KeyVersion = []byte("Version")
DefaultVersion = Version{
ProviderTarget: "0.23.0",
ProviderTarget: "0.23.1",
ProviderMin: "0.21.0",
ConsumerTarget: "0.23.0",
ConsumerTarget: "0.23.1",
ConsumerMin: "0.21.0",
}
)
Expand Down

0 comments on commit 1fe0820

Please sign in to comment.