Skip to content

Commit

Permalink
change the upgrade name from v6.7-rc1 to v6.7.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
gsk967 committed Nov 3, 2024
1 parent 23f14e8 commit 5e90140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Highlights:

### Validators

**Upgrade Title** (for Cosmovisor): **v6.7-rc1**.
**Upgrade Title** (for Cosmovisor): **v6.7.0-rc1**.

Update Price Feeder to `umee/2.4.4+`.

Expand Down
2 changes: 1 addition & 1 deletion app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func (app UmeeApp) RegisterUpgradeHandlers() {
app.registerUpgrade("v6.5", upgradeInfo, nil, nil, nil)
app.registerUpgrade6_6RC1(upgradeInfo)
// this upgrade is only for testnet (canon-4) network
app.registerUpgrade("v6.7-rc1", upgradeInfo, nil, nil, nil)
app.registerUpgrade("v6.7.0-rc1", upgradeInfo, nil, nil, nil)
}

func (app *UmeeApp) registerUpgrade6_6RC1(upgradeInfo upgradetypes.Plan) {
Expand Down

0 comments on commit 5e90140

Please sign in to comment.