diff --git a/scripts/versionbump.py b/scripts/versionbump.py index 67e1a0b2f..2704cb6cb 100644 --- a/scripts/versionbump.py +++ b/scripts/versionbump.py @@ -66,7 +66,7 @@ def main(): git_commands_dev = [ ["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"], ]