Skip to content

Commit

Permalink
upgrading lavavisor to v0.25.3 (#903)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranlavanet authored Oct 18, 2023
1 parent 270a6cc commit f39e963
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.25.2",
ProviderTarget: "0.25.3",
ProviderMin: "0.25.2",
ConsumerTarget: "0.25.2",
ConsumerTarget: "0.25.3",
ConsumerMin: "0.25.2",
}
)
Expand Down

0 comments on commit f39e963

Please sign in to comment.