We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b5ed96 commit 482a319Copy full SHA for 482a319
1 file changed
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.2.0"
+APP_VERSION: Final[str] = "1.2.1"
9
APP_AUTHOR: Final[str] = "System X - Files"
10
11
CURRENT_TAG: Final[str] = f"v{APP_VERSION}"
0 commit comments