stamp the version with the current git hash

This commit is contained in:
Paul Gauthier 2024-08-30 11:47:55 -07:00
parent 8887af5635
commit 9a24b3c6d0
2 changed files with 15 additions and 12 deletions

View file

@ -21,3 +21,7 @@ cog $ARG \
aider/website/docs/config/aider_conf.md \
aider/website/docs/leaderboards/index.md \
aider/website/docs/llms/other.md
cog -r aider/__init__.py && git add aider/__init__.py && git commit -m "updating version hash"