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 40cdb31 commit cf2d63fCopy full SHA for cf2d63f
src/utils.py
@@ -183,5 +183,5 @@ def flatten(nested_iterable: Iterable[Iterable[T]]) -> chain[T]:
183
184
# Shared strings
185
# 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 "")
+AUTOSPLIT_VERSION = "2.2.2" + (f"-{AUTOSPLIT_BUILD_NUMBER}" if AUTOSPLIT_BUILD_NUMBER else "")
187
GITHUB_REPOSITORY = AUTOSPLIT_GITHUB_REPOSITORY
0 commit comments