Skip to content

Commit cf2d63f

Browse files
committed
Bump version to 2.2.2
1 parent 40cdb31 commit cf2d63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,5 +183,5 @@ def flatten(nested_iterable: Iterable[Iterable[T]]) -> chain[T]:
183183

184184
# Shared strings
185185
# Check `excludeBuildNumber` during workflow dispatch build generate a clean version number
186-
AUTOSPLIT_VERSION = "2.2.1" + (f"-{AUTOSPLIT_BUILD_NUMBER}" if AUTOSPLIT_BUILD_NUMBER else "")
186+
AUTOSPLIT_VERSION = "2.2.2" + (f"-{AUTOSPLIT_BUILD_NUMBER}" if AUTOSPLIT_BUILD_NUMBER else "")
187187
GITHUB_REPOSITORY = AUTOSPLIT_GITHUB_REPOSITORY

0 commit comments

Comments
 (0)