Skip to content

Commit

Permalink
Upgrade to v6.0.0 Oumuamua Upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
dpdanpittman committed Apr 18, 2024
1 parent 4a28583 commit 6d47cf9
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package v5_4
package v6_0

import (
"github.com/cosmic-horizon/qwoyn/app/upgrades"
@@ -8,7 +8,7 @@ import (

const (
// UpgradeName defines the on-chain upgrade name.
UpgradeName = "v5.5.0"
UpgradeName = "v6.0.0"
)

var Upgrade = upgrades.Upgrade{
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package v5_4
package v6_0

import (
"github.com/cosmic-horizon/qwoyn/app/keepers"

0 comments on commit 6d47cf9

Please sign in to comment.