Skip to content

Commit

Permalink
use dev version for config upgrader
Browse files Browse the repository at this point in the history
  • Loading branch information
bharath-123 committed Dec 20, 2023
1 parent a8fd2f3 commit 1097278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stader-cli/service/migration.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func migrate(c *cli.Context) (runBeforeUpgrades, rundAfterUpgrades []ConfigUpgra
return nil, nil, err
}

v144, err := parseVersion("1.4.4")
v144, err := parseVersion("1.4.4-dev")
if err != nil {
return nil, nil, err
}
Expand Down

0 comments on commit 1097278

Please sign in to comment.