We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd360de commit 7cdd38fCopy full SHA for 7cdd38f
src/utils.py
@@ -174,5 +174,5 @@ def title(self):
174
175
# Shared strings
176
# Check `excludeBuildNumber` during workflow dispatch build generate a clean version number
177
-AUTOSPLIT_VERSION = "2.0.0-beta.3" + (f"-{AUTOSPLIT_BUILD_NUMBER}" if AUTOSPLIT_BUILD_NUMBER else "")
+AUTOSPLIT_VERSION = "2.0.0" + (f"-{AUTOSPLIT_BUILD_NUMBER}" if AUTOSPLIT_BUILD_NUMBER else "")
178
GITHUB_REPOSITORY = AUTOSPLIT_GITHUB_REPOSITORY
0 commit comments