Skip to content

Commit

Permalink
default version 0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyjlaw committed Oct 23, 2024
1 parent de95199 commit bef668b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def get_git_version(abbrev=7):
if gitdesc is not None:
version = call_git_describe(abbrev).decode('UTF-8')
else:
version = 'test'
version = '0.0.0'
if is_dirty():
version += "-dirty"

Expand Down

0 comments on commit bef668b

Please sign in to comment.