Skip to content

Commit ef8e85a

Browse files
committed
اطلاق النسخة 0.3.6
1 parent 461b985 commit ef8e85a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zakat/zakat_tracker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1565,7 +1565,7 @@ def Version() -> str:
15651565
Returns:
15661566
- str: The current version of the software.
15671567
"""
1568-
version = '0.3.5'
1568+
version = '0.3.6'
15691569
git_hash, unstaged_count, commit_count_since_last_tag = get_git_status()
15701570
if git_hash and (unstaged_count > 0 or commit_count_since_last_tag > 0):
15711571
version += f".{commit_count_since_last_tag}dev{unstaged_count}+{git_hash}"

0 commit comments

Comments
 (0)