Skip to content

Commit

Permalink
bug: fix upgrade name
Browse files Browse the repository at this point in the history
  • Loading branch information
ivivanov committed Nov 29, 2023
1 parent 40ccc4d commit 92d331d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades/v042/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

const (
// UpgradeName defines the on-chain upgrades name.
UpgradeName = "v0.4.2-c"
UpgradeName = "v0.4.2"
)

var Upgrade = upgrades.Upgrade{
Expand Down

0 comments on commit 92d331d

Please sign in to comment.