Skip to content

Commit

Permalink
changing version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Yarom Swisa authored and Yarom Swisa committed Jul 3, 2023
1 parent 55ee113 commit e1798c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ var Upgrades = []upgrades.Upgrade{
upgrades.Upgrade_0_14_0,
upgrades.Upgrade_0_15_0,
upgrades.Upgrade_0_15_1,
upgrades.Upgrade_0_15_2,
upgrades.Upgrade_0_16_0,
}

// this line is used by starport scaffolding # stargate/wasm/app/enabledProposals
Expand Down
6 changes: 3 additions & 3 deletions app/upgrades/empty_upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@ var Upgrade_0_15_1 = Upgrade{
StoreUpgrades: store.StoreUpgrades{},
}

// Upgrade_0_15_2 adds new modules: protocol
var Upgrade_0_15_2 = Upgrade{
UpgradeName: "v0.15.2",
// Upgrade_0_16_0 adds new modules: protocol
var Upgrade_0_16_0 = Upgrade{
UpgradeName: "v0.16.0",
CreateUpgradeHandler: defaultUpgradeHandler,
StoreUpgrades: store.StoreUpgrades{
Added: []string{
Expand Down

0 comments on commit e1798c5

Please sign in to comment.