Skip to content

Commit 7adfdb5

Browse files
authored
fix: Setting the name for Gemini testner upgrade handler to rc1 git tag (#425)
1 parent df24aa4 commit 7adfdb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/upgrades.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import (
3636
)
3737

3838
// ---- Match this to the plan name that is already stored on disk and halted the chain.
39-
const UpgradeNameV053 = "v0.15.0-rc2-gemini"
39+
const UpgradeNameV053 = "v0.15.0-rc1-gemini"
4040

4141
// List ALL new/renamed/deleted KV stores at this upgrade height.
4242
var v053StoreUpgrades = storetypes.StoreUpgrades{

0 commit comments

Comments
 (0)