Skip to content

Commit

Permalink
updated version name (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
CJPotter10 authored Nov 4, 2024
1 parent 680680f commit 6eb9d20
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 = "v1.1.0-alpha1"
const UpgradeName = "v1.6.0"

app.UpgradeKeeper.SetUpgradeHandler(
UpgradeName,
Expand Down

0 comments on commit 6eb9d20

Please sign in to comment.