Skip to content

Commit 377ebde

Browse files
authored
Bump version to 2.2.0
1 parent 30e46ae commit 377ebde

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
@@ -191,5 +191,5 @@ def flatten(nested_iterable: Iterable[Iterable[_T]]) -> Generator[_T, None, None
191191

192192
# Shared strings
193193
# Check `excludeBuildNumber` during workflow dispatch build generate a clean version number
194-
AUTOSPLIT_VERSION = "2.1.0" + (f"-{AUTOSPLIT_BUILD_NUMBER}" if AUTOSPLIT_BUILD_NUMBER else "")
194+
AUTOSPLIT_VERSION = "2.2.0" + (f"-{AUTOSPLIT_BUILD_NUMBER}" if AUTOSPLIT_BUILD_NUMBER else "")
195195
GITHUB_REPOSITORY = AUTOSPLIT_GITHUB_REPOSITORY

0 commit comments

Comments
 (0)