Skip to content

Commit

Permalink
added empty upgade for 0.9.2 (#396)
Browse files Browse the repository at this point in the history
Co-authored-by: Yarom Swisa <yarom@lavanet.xyz git config --global user.name Yarom>
  • Loading branch information
Yaroms and Yarom Swisa authored Apr 3, 2023
1 parent bd55173 commit 46a215e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ var Upgrades = []upgrades.Upgrade{
// upgrades.Upgrade_0_8_0,
upgrades.Upgrade_0_8_1,
v0_9_1.Upgrade,
upgrades.Upgrade_0_9_2,
}

// this line is used by starport scaffolding # stargate/wasm/app/enabledProposals
Expand Down
6 changes: 6 additions & 0 deletions app/upgrades/empty_upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,9 @@ var Upgrade_0_8_1 = Upgrade{
Added: []string{projectsmoduletypes.StoreKey},
},
}

var Upgrade_0_9_2 = Upgrade{
UpgradeName: "v0.9.2",
CreateUpgradeHandler: defaultUpgradeHandler,
StoreUpgrades: store.StoreUpgrades{},
}

0 comments on commit 46a215e

Please sign in to comment.