Skip to content

Commit

Permalink
chore: updated version to follow SemVer guideline
Browse files Browse the repository at this point in the history
  • Loading branch information
hetangmodi-crest committed Sep 30, 2024
1 parent f124b5e commit 40f6504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splunk_add_on_ucc_framework/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def get_version_from_git() -> str:
except RuntimeError:
raise exceptions.IsNotAGitRepo()
if not version.stage:
stage = "R"
stage = "+"
else:
stage = version.stage[:1]
try:
Expand Down

0 comments on commit 40f6504

Please sign in to comment.