Skip to content

Commit

Permalink
Update app_upgrades.go
Browse files Browse the repository at this point in the history
Changed v1.2 to Plan of maximum success
  • Loading branch information
beb4now authored Apr 19, 2024
1 parent 4f9df52 commit 67ea361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app_upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func setHandlerForVersion_1_1(app *App) {
}

func setHandlerForVersion_1_2(app *App) {
const upgradeVersion string = "v1.2"
const upgradeVersion string = "Plan of maximum success"

app.UpgradeKeeper.SetUpgradeHandler(upgradeVersion, func(ctx sdk.Context, plan upgradetypes.Plan, fromVM module.VersionMap) (module.VersionMap, error) {
return app.mm.RunMigrations(ctx, app.configurator, fromVM)
Expand Down

0 comments on commit 67ea361

Please sign in to comment.