Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Toufool/AutoSplit into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Aug 5, 2023
2 parents d71ef0b + 377ebde commit f11e1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,5 +191,5 @@ def flatten(nested_iterable: Iterable[Iterable[_T]]) -> Generator[_T, None, None

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

0 comments on commit f11e1cb

Please sign in to comment.