From 51e532f2f1c1f87922032945e1f42bf8829fa80f Mon Sep 17 00:00:00 2001 From: Cosmic Vagabond <121588426+cosmic-vagabond@users.noreply.github.com> Date: Tue, 10 Dec 2024 20:35:49 +0100 Subject: [PATCH] Update NextVersion to v1.0.1 in setup_handlers.go - 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. --- app/setup_handlers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/setup_handlers.go b/app/setup_handlers.go index 9405f76e4..a929e7114 100644 --- a/app/setup_handlers.go +++ b/app/setup_handlers.go @@ -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(