Skip to content

Commit 0217f12

Browse files
authored
Bump version to 2.3.2
1 parent 6049a0d commit 0217f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,6 @@ def list_processes():
329329

330330
# Shared strings
331331
# Check `excludeBuildNumber` during workflow dispatch build generate a clean version number
332-
AUTOSPLIT_VERSION = "2.3.1" + (f"-{AUTOSPLIT_BUILD_NUMBER}" if AUTOSPLIT_BUILD_NUMBER else "")
332+
AUTOSPLIT_VERSION = "2.3.2" + (f"-{AUTOSPLIT_BUILD_NUMBER}" if AUTOSPLIT_BUILD_NUMBER else "")
333333
"""AutoSplit Version number"""
334334
GITHUB_REPOSITORY = AUTOSPLIT_GITHUB_REPOSITORY

0 commit comments

Comments
 (0)