Skip to content

Commit

Permalink
Changed version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Segfaultd committed Apr 18, 2024
1 parent a348bac commit feb50a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ import (
"github.com/NibiruChain/nibiru/app/upgrades"
"github.com/NibiruChain/nibiru/app/upgrades/v1_1_0"
"github.com/NibiruChain/nibiru/app/upgrades/v1_2_0"
"github.com/NibiruChain/nibiru/app/upgrades/v1_2_1"
"github.com/NibiruChain/nibiru/app/upgrades/v1_3_0"
)

var Upgrades = []upgrades.Upgrade{
v1_1_0.Upgrade,
v1_2_0.Upgrade,
v1_2_1.Upgrade,
v1_3_0.Upgrade,
}

func (app *NibiruApp) setupUpgrades() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package v1_2_1
package v1_3_0

import (
"github.com/cosmos/cosmos-sdk/store/types"
Expand All @@ -18,7 +18,7 @@ import (
"github.com/NibiruChain/nibiru/app/upgrades"
)

const UpgradeName = "v1.2.1"
const UpgradeName = "v1.3.0"

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

0 comments on commit feb50a5

Please sign in to comment.