From 69a6973a5b528778b6cb3969b50b7e4d407efef6 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 30 Aug 2024 11:49: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 8b8fc11e1..70ac39d69 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 = "9a24b3c" +git_hash = "3946930" """[[[end]]]""" if "-dev" in __version__ and git_hash: