From 8733c8d30130ae2b0f85e2d7a2a8b5c03651396b Mon Sep 17 00:00:00 2001 From: Vele George Date: Thu, 16 May 2024 10:37:34 +0300 Subject: [PATCH] Update constants.py --- tagstudio/src/core/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tagstudio/src/core/constants.py b/tagstudio/src/core/constants.py index b4ff6dde..9e4eea76 100644 --- a/tagstudio/src/core/constants.py +++ b/tagstudio/src/core/constants.py @@ -1,5 +1,5 @@ -VERSION: str = "9.2.0" # Major.Minor.Patch -VERSION_BRANCH: str = "Alpha" # 'Alpha', 'Beta', or '' for Full Release +VERSION: str = "9.2.1" # Major.Minor.Patch +VERSION_BRANCH: str = "Pre-Release" # 'Alpha', 'Beta', or '' for Full Release # The folder & file names where TagStudio keeps its data relative to a library. TS_FOLDER_NAME: str = ".TagStudio"