Skip to content

Commit

Permalink
Update NextVersion to v1.0.1 in setup_handlers.go
Browse files Browse the repository at this point in the history
- Changed the NextVersion constant from v1.1.0 to v1.0.1 to reflect the correct versioning for the application.
- This update ensures that the versioning is consistent with the intended release cycle.
  • Loading branch information
cosmic-vagabond committed Dec 10, 2024
1 parent c5daaff commit 51e532f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/setup_handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const (
)

// make sure to update these when you upgrade the version
var NextVersion = "v1.1.0"
var NextVersion = "v1.0.1"

func (app *ElysApp) setUpgradeHandler() {
app.UpgradeKeeper.SetUpgradeHandler(
Expand Down

0 comments on commit 51e532f

Please sign in to comment.