Skip to content

Commit

Permalink
ci: update setup upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-vagabond committed Apr 26, 2024
1 parent efe03f3 commit 893b726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/setup_handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func setUpgradeHandler(app *ElysApp) {
func(ctx sdk.Context, plan upgradetypes.Plan, vm m.VersionMap) (m.VersionMap, error) {
app.Logger().Info("Running upgrade handler for " + version.Version)

if version.Version == "v0.30.1" {
if version.Version == "v0.31.0" {
app.Logger().Info("Deleting proposals with ID <= 185")
store := ctx.KVStore(app.keys[govtypes.StoreKey])
for i := uint64(1); i <= 185; i++ {
Expand Down

0 comments on commit 893b726

Please sign in to comment.