Skip to content

Commit 1bd5c43

Browse files
committed
chore(constants): update APP_VERSION to 0.0.6
- Incremented the application version to reflect the latest changes.
1 parent 0703357 commit 1bd5c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/core/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from pathlib import Path
66

77
# Application metadata
8-
APP_VERSION = "0.0.5"
8+
APP_VERSION = "0.0.6"
99
DEFAULT_SETTINGS = {"language": "en", "theme": "default", "backdrop": "mica"}
1010

1111
# External URLs

0 commit comments

Comments
 (0)