Skip to content

Commit

Permalink
planName changed as per beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
gsk967 committed Mar 11, 2024
1 parent c8973b6 commit 7c00f3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ func (app UmeeApp) RegisterUpgradeHandlers() {
}

func (app *UmeeApp) registerUpgrade6_4(upgradeInfo upgradetypes.Plan) {
planName := "v6.4"
// planName will v6.4 once stable binary released
planName := "v6.4.0-beta1"

app.UpgradeKeeper.SetUpgradeHandler(planName,
func(ctx sdk.Context, _ upgradetypes.Plan, fromVM module.VersionMap) (module.VersionMap, error) {
Expand Down

0 comments on commit 7c00f3a

Please sign in to comment.