Skip to content

Commit

Permalink
v1.0.2 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
codehans committed Mar 26, 2024
1 parent 3963a4e commit ae7461f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
ibcwasmtypes "github.com/cosmos/ibc-go/modules/light-clients/08-wasm/types"
)

const UpgradeName = "v1.0.0"
const UpgradeName = "v1.0.2"

func (app App) RegisterUpgradeHandlers() {
upgradeInfo, err := app.UpgradeKeeper.ReadUpgradeInfoFromDisk()
Expand Down

0 comments on commit ae7461f

Please sign in to comment.