From 3946930b7acbb10221ffc7923eefebd530d3b271 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 30 Aug 2024 11:49:03 -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 18d45a4dc..8b8fc11e1 100644 --- a/aider/__init__.py +++ b/aider/__init__.py @@ -13,7 +13,7 @@ except subprocess.CalledProcessError: cog.out(f'git_hash = "{git_hash}"') ]]]""" -git_hash = "3fcb9e2" +git_hash = "9a24b3c" """[[[end]]]""" if "-dev" in __version__ and git_hash: