Skip to content

Commit

Permalink
v12.1.13-rc1 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCherepovskyi authored Nov 7, 2024
1 parent c5af3c9 commit c72d7c4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -901,6 +901,13 @@ func NewBridge(
},
)

app.UpgradeKeeper.SetUpgradeHandler(
"v12.1.13-rc1",
func(ctx sdk.Context, plan upgradetypes.Plan, fromVM module.VersionMap) (module.VersionMap, error) {
return app.mm.RunMigrations(ctx, app.configurator, fromVM)
},
)

if loadLatest {
if err := app.LoadLatestVersion(); err != nil {
tmos.Exit(err.Error())
Expand Down

0 comments on commit c72d7c4

Please sign in to comment.