From 4e26c7e2f3008f8584f7d8d2b3b03c75bcdd3486 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 30 Aug 2024 13:32:51 -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 3b8e58ebd..a084da1d0 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 = "1d2c58d" +git_hash = "42f3881" """[[[end]]]""" if "-dev" in __version__ and git_hash: