Skip to content

Commit

Permalink
fix: Switch upgrade name given precedence (#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eengineer1 authored Jan 15, 2025
1 parent 3046261 commit 6179853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades/v3/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package v3

const (
UpgradeName = "v3"
MinorUpgradeName = "v3.1"
MinorUpgradeName = "v3.1-new"
)

0 comments on commit 6179853

Please sign in to comment.