Skip to content

Commit

Permalink
app: change upgrade name from v2 to upgrade_1
Browse files Browse the repository at this point in the history
upgrade: change upgrade name from v2 to upgrade_1
  • Loading branch information
harish551 authored Aug 30, 2022
2 parents 8644508 + 6f183cb commit 50fbe3c
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 50fbe3c

Please sign in to comment.