diff --git a/interchaintest/setup.go b/interchaintest/setup.go index ebc65b04..cd18fa87 100644 --- a/interchaintest/setup.go +++ b/interchaintest/setup.go @@ -10,7 +10,7 @@ import ( ) const ( - initialVersion = "v6.0.0" // The last release of the chain. The one the mainnet is running on + initialVersion = "v6.0.1 " // The last release of the chain. The one the mainnet is running on upgradeName = "latest" // The next upgrade name. Should match the upgrade handler. chainName = "archway" )