Skip to content

Commit

Permalink
PRT-861 - Updating default version x protocol (#787)
Browse files Browse the repository at this point in the history
* version updated to v0.22.3

* version changed

* fixing min version
  • Loading branch information
candostyavuz authored Sep 13, 2023
1 parent 01f9bad commit d943ed4
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.22.0",
ProviderTarget: "0.22.3",
ProviderMin: "0.21.0",
ConsumerTarget: "0.22.0",
ConsumerTarget: "0.22.3",
ConsumerMin: "0.21.0",
}
)
Expand Down

0 comments on commit d943ed4

Please sign in to comment.