From 8fa520083f60e86294ced0a437158afe343e98dc Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 30 Aug 2024 13:45:58 -0700 Subject: [PATCH] updating version hash --- aider/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/__init__.py b/aider/__init__.py index 1965efdea..104b1affd 100644 --- a/aider/__init__.py +++ b/aider/__init__.py @@ -16,7 +16,7 @@ except subprocess.CalledProcessError: cog.out(f'git_hash = "{git_hash}"') ]]]""" -git_hash = None +git_hash = "fc71d92" """[[[end]]]""" if "-dev" in __version__ and git_hash: