mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-29 20:20:42 +00:00
v0.8.1 release
This commit is contained in:
parent
66dd4dab10
commit
c161529e90
44 changed files with 1004 additions and 552 deletions
|
|
@ -30,6 +30,8 @@ def get_git_info():
|
|||
tag_split = tag.split('-')
|
||||
if len(tag_split) >= 3:
|
||||
short_tag = "-".join(tag_split[:-1])
|
||||
else:
|
||||
short_tag = tag
|
||||
except:
|
||||
tag = ""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue