Skip to content

Commit

Permalink
fix: rename upgrade to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
hallazzang committed Dec 18, 2024
1 parent ab49b0c commit 70e0756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades/v6/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/milkyway-labs/milkyway/v6/app/upgrades"
)

const UpgradeName = "v5"
const UpgradeName = "v6"

var Upgrade = upgrades.Upgrade{
UpgradeName: UpgradeName,
Expand Down

0 comments on commit 70e0756

Please sign in to comment.