updating version hash

This commit is contained in:
Paul Gauthier 2024-08-30 13:32:51 -07:00
parent 42f3881fad
commit 4e26c7e2f3

View file

@ -13,7 +13,7 @@ except subprocess.CalledProcessError:
cog.out(f'git_hash = "{git_hash}"') cog.out(f'git_hash = "{git_hash}"')
]]]""" ]]]"""
git_hash = "1d2c58d" git_hash = "42f3881"
"""[[[end]]]""" """[[[end]]]"""
if "-dev" in __version__ and git_hash: if "-dev" in __version__ and git_hash: