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 187011a commit 94277a3Copy full SHA for 94277a3
src/utils.py
@@ -314,5 +314,5 @@ def run_tesseract(png: bytes):
314
315
# Shared strings
316
# Check `excludeBuildNumber` during workflow dispatch build generate a clean version number
317
-AUTOSPLIT_VERSION = "2.2.2" + (f"-{AUTOSPLIT_BUILD_NUMBER}" if AUTOSPLIT_BUILD_NUMBER else "")
+AUTOSPLIT_VERSION = "2.3" + (f"-{AUTOSPLIT_BUILD_NUMBER}" if AUTOSPLIT_BUILD_NUMBER else "")
318
GITHUB_REPOSITORY = AUTOSPLIT_GITHUB_REPOSITORY
0 commit comments