Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/codecov/codecov-ac…
Browse files Browse the repository at this point in the history
…tion-5.1.2
  • Loading branch information
gsk967 authored Dec 20, 2024
2 parents 5596c27 + ae042f4 commit 5ce6b3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ func (app UmeeApp) RegisterUpgradeHandlers() {
app.registerUpgrade6_6RC1(upgradeInfo)
app.registerUpgrade("v6.7.0-rc1", upgradeInfo, nil, nil, nil)
app.registerUpgrade("v6.7.0", upgradeInfo, nil, nil, nil)
app.registerUpgrade("v6.7.2-rc1", upgradeInfo, nil, nil, nil)
app.registerUpgrade("v6.7.2", upgradeInfo, nil, nil, nil)
}

Expand Down

0 comments on commit 5ce6b3f

Please sign in to comment.