Skip to content

Commit

Permalink
chore: rename upgrade name to v7.5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
zakir-code committed Aug 8, 2024
1 parent 60eccff commit cd930c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades/v7/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

var Upgrade = upgrades.Upgrade{
UpgradeName: "v7.4.x",
UpgradeName: "v7.5.x",
CreateUpgradeHandler: CreateUpgradeHandler,
StoreUpgrades: func() *storetypes.StoreUpgrades {
return &storetypes.StoreUpgrades{
Expand Down

0 comments on commit cd930c0

Please sign in to comment.