Skip to content

Commit

Permalink
fixing update tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
olegfomenko committed Nov 23, 2023
1 parent 630c3d3 commit bd43805
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 @@ -984,7 +984,7 @@ func New(
)

app.UpgradeKeeper.SetUpgradeHandler(
"v1.1.0.rc-0",
"v1.1.0-rc0",
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 bd43805

Please sign in to comment.