From a833676d27779cef2b35767ea734583b2c2d733d Mon Sep 17 00:00:00 2001 From: Faisal Naveed Date: Sun, 4 Dec 2022 00:21:26 +0500 Subject: [PATCH] updated proposal --- app/upgrades/v5/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/upgrades/v5/constants.go b/app/upgrades/v5/constants.go index deb411da88..7016fc6c50 100644 --- a/app/upgrades/v5/constants.go +++ b/app/upgrades/v5/constants.go @@ -8,7 +8,7 @@ import ( const ( // UpgradeName is the shared upgrade plan name for mainnet and testnet - UpgradeName = "upgrade-v5" + UpgradeName = "v1.1.0" ) // TODO: Update StoreUpgrades