From 33a40f33f6c78b9d6c9083ce9194195aab40e4e0 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 30 Aug 2024 13:46:29 -0700 Subject: [PATCH] disable hash stamping --- aider/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/__init__.py b/aider/__init__.py index 104b1affd..1965efdea 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 = "fc71d92" +git_hash = None """[[[end]]]""" if "-dev" in __version__ and git_hash: