Skip to content

Commit f4c63c1

Browse files
committed
Bump version to 2.3.1
1 parent 5db9b49 commit f4c63c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,6 @@ def run_tesseract(png: bytes):
313313

314314
# Shared strings
315315
# Check `excludeBuildNumber` during workflow dispatch build generate a clean version number
316-
AUTOSPLIT_VERSION = "2.3.0" + (f"-{AUTOSPLIT_BUILD_NUMBER}" if AUTOSPLIT_BUILD_NUMBER else "")
316+
AUTOSPLIT_VERSION = "2.3.1" + (f"-{AUTOSPLIT_BUILD_NUMBER}" if AUTOSPLIT_BUILD_NUMBER else "")
317317
"""AutoSplit Version number"""
318318
GITHUB_REPOSITORY = AUTOSPLIT_GITHUB_REPOSITORY

0 commit comments

Comments
 (0)