Skip to content

Commit df24aa4

Browse files
authored
Gemini upgrade tag (#424)
Added Gemini upgrade tag
1 parent 2af2776 commit df24aa4

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.14.0" // <-- CHANGE if your plan name is different.
39+
const UpgradeNameV053 = "v0.15.0-rc2-gemini"
4040

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

0 commit comments

Comments
 (0)