Skip to content

Commit

Permalink
version fix (#922)
Browse files Browse the repository at this point in the history
  • Loading branch information
avkr003 authored Nov 8, 2024
1 parent b97b309 commit c31b436
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 @@ -18,7 +18,7 @@ const (
)

// make sure to update these when you upgrade the version
var NextVersion = "v0.49.0"
var NextVersion = "v0.49.4"

func SetupHandlers(app *ElysApp) {
setUpgradeHandler(app)
Expand Down

0 comments on commit c31b436

Please sign in to comment.