updating version hash

This commit is contained in:
Paul Gauthier 2024-08-30 13:45:58 -07:00
parent fc71d9287d
commit 8fa520083f

View file

@ -16,7 +16,7 @@ except subprocess.CalledProcessError:
cog.out(f'git_hash = "{git_hash}"')
]]]"""
git_hash = None
git_hash = "fc71d92"
"""[[[end]]]"""
if "-dev" in __version__ and git_hash: