Skip to content

Commit

Permalink
Update upgrade handler to v1.1.5dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Dusek committed May 10, 2024
1 parent 2c204a4 commit ce61b11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/upgrades/v1.1.5dev/upgrade.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Package v1_1_5remdaomodtest is contains chain upgrade of the corresponding version.
package v1_1_5remdaomodtest //nolint:revive,stylecheck // app version
// Package v1_1_5dev is contains chain upgrade of the corresponding version.
package v1_1_5dev //nolint:revive,stylecheck // app version

import (
sdk "github.com/cosmos/cosmos-sdk/types"
Expand All @@ -8,7 +8,7 @@ import (
)

// Name is migration name.
const Name = "v1.1.5remdaomodtest"
const Name = "v1.1.5dev"

// UpgradeHandler is an x/upgrade handler.
func UpgradeHandler(_ sdk.Context, _ upgradetypes.Plan, vm module.VersionMap) (module.VersionMap, error) {
Expand Down

0 comments on commit ce61b11

Please sign in to comment.