We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e6d32a commit 39c82c2Copy full SHA for 39c82c2
src/constants/app_info.py
@@ -5,7 +5,7 @@
5
from util.utils import is_portable
6
7
APP_NAME: Final[str] = "Process Governor"
8
-APP_VERSION: Final[str] = "1.1.4"
+APP_VERSION: Final[str] = "1.1.5"
9
APP_AUTHOR: Final[str] = "System X - Files"
10
11
CURRENT_TAG: Final[str] = f"v{APP_VERSION}"
0 commit comments