fix version string
This commit is contained in:
parent
7a43cfaf2f
commit
01fcb60e31
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ def get_version_patch():
|
|||
|
||||
|
||||
def get_version_string():
|
||||
return f"{get_version_major()}.{get_version_minor()}.{get_version_patch}"
|
||||
return f"{get_version_major()}.{get_version_minor()}.{get_version_patch()}"
|
||||
|
||||
|
||||
def prefix():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue