Skip to content

Commit

Permalink
ci: update setup handler version (#702)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-vagabond authored Aug 7, 2024
1 parent a611540 commit c3a2461
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 @@ -23,7 +23,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.41.0" || version.Version == "v999.999.999" {
if version.Version == "v0.41.1" || version.Version == "v999.999.999" {

app.Logger().Info("Deleting proposals with ID < 258")
store := ctx.KVStore(app.keys[govtypes.StoreKey])
Expand Down

0 comments on commit c3a2461

Please sign in to comment.