diff --git a/src/config.py b/src/config.py index 4bfe3f4..ba52d63 100644 --- a/src/config.py +++ b/src/config.py @@ -15,7 +15,7 @@ DESCRIPTION = f"{APP_NAME} is a web application that allows you to monitor your system resources." AUTHOR = "SystemGuard Team" YEAR = "2024" -PRE_RELEASE = True +PRE_RELEASE = False VERSION = "v1.0.5" PROJECT_URL = f"https://github.com/codeperfectplus/{APP_NAME}" CONTACT_EMAIL = ""