We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08761d5 commit 58be4cdCopy full SHA for 58be4cd
tagstudio/src/core/constants.py
@@ -1,5 +1,5 @@
1
-VERSION: str = "9.2.2" # Major.Minor.Patch
2
-VERSION_BRANCH: str = "Pre-Release" # 'Alpha', 'Beta', or '' for Full Release
+VERSION: str = "9.3.0" # Major.Minor.Patch
+VERSION_BRANCH: str = "" # Usually "" or "Pre-Release"
3
4
# The folder & file names where TagStudio keeps its data relative to a library.
5
TS_FOLDER_NAME: str = ".TagStudio"
0 commit comments