From 9ce07bd369af87e52279419c970ac325aba2187f Mon Sep 17 00:00:00 2001 From: Travis Abendshien Date: Wed, 3 Jul 2024 17:41:21 -0700 Subject: [PATCH] Bump version to 9.3.2 --- 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 d07489aa..7efee56f 100644 --- a/tagstudio/src/core/constants.py +++ b/tagstudio/src/core/constants.py @@ -1,5 +1,5 @@ -VERSION: str = "9.3.1" # Major.Minor.Patch -VERSION_BRANCH: str = "Pre-Release" # Usually "" or "Pre-Release" +VERSION: str = "9.3.2" # Major.Minor.Patch +VERSION_BRANCH: str = "" # Usually "" or "Pre-Release" # The folder & file names where TagStudio keeps its data relative to a library. TS_FOLDER_NAME: str = ".TagStudio"