Skip to content

Commit

Permalink
Update consts.go
Browse files Browse the repository at this point in the history
Signed-off-by: 3EyedRaGa <90416391+3eyedraga@users.noreply.github.com>
  • Loading branch information
3eyedraga authored Dec 5, 2023
1 parent 8d7b9bd commit 9995fa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/upgrades/v3/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"github.com/sge-network/sge/app/upgrades"
)

// UpgradeName defines the on-chain upgrade name for the v1.1.2 upgrade.
const UpgradeName = "v1.1.2"
// UpgradeName defines the on-chain upgrade name for the v1.2.0 upgrade.
const UpgradeName = "v1.2.0"

// Expedite governance params
var (
Expand Down

0 comments on commit 9995fa6

Please sign in to comment.