From 6df681340a2eddc4677b6aa5cd5e30cf71d711cb Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 30 Aug 2024 13:35:42 -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 a084da1d0..79c398c6a 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 = "42f3881" +git_hash = "e891278" """[[[end]]]""" if "-dev" in __version__ and git_hash: