mirror of
https://github.com/Aider-AI/aider
synced 2026-04-26 01:25:17 +02:00
Fixed comment in -dev bump
This commit is contained in:
@@ -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"],
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user