Skip to content

Commit

Permalink
change upgrade name from v2 to upgrade_1
Browse files Browse the repository at this point in the history
  • Loading branch information
harish551 committed Aug 30, 2022
1 parent 8644508 commit 6f183cb
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 @@ -11,7 +11,7 @@ import (
)

// next upgrade name
const upgradeName = "v2"
const upgradeName = "upgrade_1"

// RegisterUpgradeHandlers returns upgrade handlers
func (app *App) RegisterUpgradeHandlers(cfg module.Configurator) {
Expand Down

0 comments on commit 6f183cb

Please sign in to comment.