Skip to content

Commit

Permalink
Change UpgradeName in upgrade handler to v0.4.1 (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
boojamya authored Mar 20, 2023
1 parent f239ebd commit 18619f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/upgrades/neon/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package neon

const (
// UpgradeName is the shared upgrade plan name for mainnet
UpgradeName = "neon"
UpgradeName = "v0.4.1"
// UpgradeInfo defines the binaries that will be used for the upgrade
UpgradeInfo = "Release tag: https://github.com/strangelove-ventures/noble/releases/tag/v0.4.1"
UpgradeInfo = "Release tag: https://github.com/strangelove-ventures/noble/releases/tag/v0.4.2"
)

0 comments on commit 18619f6

Please sign in to comment.