Skip to content

Commit

Permalink
updated protocol version (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
omerlavanet authored Oct 4, 2023
1 parent 0ec47fe commit 466a114
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions x/protocol/types/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ var _ paramtypes.ParamSet = (*Params)(nil)
var (
KeyVersion = []byte("Version")
DefaultVersion = Version{
ProviderTarget: "0.24.0",
ProviderMin: "0.21.0",
ConsumerTarget: "0.24.0",
ConsumerMin: "0.21.0",
ProviderTarget: "0.24.1",
ProviderMin: "0.24.0",
ConsumerTarget: "0.24.1",
ConsumerMin: "0.24.0",
}
)

Expand Down

0 comments on commit 466a114

Please sign in to comment.