Skip to content

Commit

Permalink
upgrade name change (#320) (#321)
Browse files Browse the repository at this point in the history
(cherry picked from commit 3de930a)

Co-authored-by: tkernell <[email protected]>
  • Loading branch information
github-actions[bot] and tkernell authored Sep 5, 2024
1 parent 67bb26b commit d9e72c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ func (app *App) preBlocker(ph *ProposalHandler) func(sdk.Context, *abci.RequestF
}

func (app *App) RegisterUpgradeHandlers() {
const UpgradeName = "v0.5.0"
const UpgradeName = "v0.6.1"

app.UpgradeKeeper.SetUpgradeHandler(
UpgradeName,
Expand Down

0 comments on commit d9e72c3

Please sign in to comment.