Fixed comment in -dev bump

This commit is contained in:
Paul Gauthier 2023-08-02 16:23:34 -03:00
parent f15b8c610b
commit c24c9d33a5

View file

@ -66,7 +66,7 @@ def main():
git_commands_dev = [ git_commands_dev = [
["git", "add", "aider/__init__.py"], ["git", "add", "aider/__init__.py"],
["git", "commit", "-m", f"set version to {new_version}-dev"], ["git", "commit", "-m", f"set version to {incremented_version}-dev"],
["git", "push", "origin"], ["git", "push", "origin"],
] ]