diff --git a/tagstudio/src/core/constants.py b/tagstudio/src/core/constants.py index 48c087fd2..0ca053778 100644 --- a/tagstudio/src/core/constants.py +++ b/tagstudio/src/core/constants.py @@ -1,5 +1,5 @@ -VERSION: str = "9.3.2" # Major.Minor.Patch -VERSION_BRANCH: str = "" # Usually "" or "Pre-Release" +VERSION: str = "9.5.0" # Major.Minor.Patch +VERSION_BRANCH: str = "EXPERIMENTAL" # Usually "" or "Pre-Release" # The folder & file names where TagStudio keeps its data relative to a library. TS_FOLDER_NAME: str = ".TagStudio"