Skip to content

Commit

Permalink
chore: set upgrade name to alpha (#2008)
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba authored Apr 25, 2023
1 parent 6a90e83 commit 7fa8c6b
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 @@ -53,7 +53,7 @@ func (app UmeeApp) RegisterUpgradeHandlers(bool) {

// performs upgrade from v4.3 to v4.4
func (app *UmeeApp) registerUpgrade4_4(upgradeInfo upgradetypes.Plan) {
const planName = "v4.4"
const planName = "v4.4-alpha1" // TODO: set correct name
app.UpgradeKeeper.SetUpgradeHandler(planName, onlyModuleMigrations(app, planName))
app.storeUpgrade(planName, upgradeInfo, storetypes.StoreUpgrades{
Added: []string{
Expand Down

0 comments on commit 7fa8c6b

Please sign in to comment.