Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

Commit

Permalink
Bump AUTOSPLIT_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Sep 4, 2022
1 parent 8bd8300 commit 0c43ab0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,8 @@ def wrapped(*args: Any, **kwargs: Any):
"""The directory of either AutoSplit.exe or AutoSplit.py"""

# Shared strings
# DIRTY_VERSION_EXTENSION = ""
DIRTY_VERSION_EXTENSION = "-" + AUTOSPLIT_BUILD_NUMBER
"""Set DIRTY_VERSION_EXTENSION to an empty string to generate a clean version number"""
AUTOSPLIT_VERSION = "2.0.0-alpha.4" + DIRTY_VERSION_EXTENSION
# Set AUTOSPLIT_BUILD_NUMBER to an empty string to generate a clean version number
# AUTOSPLIT_BUILD_NUMBER = "" # pyright: ignore[reportConstantRedefinition] # noqa: F811
AUTOSPLIT_VERSION = "2.0.0-alpha.5" + (f"-{AUTOSPLIT_BUILD_NUMBER}" if AUTOSPLIT_BUILD_NUMBER else "")
START_AUTO_SPLITTER_TEXT = "Start Auto Splitter"
GITHUB_REPOSITORY = AUTOSPLIT_GITHUB_REPOSITORY

0 comments on commit 0c43ab0

Please sign in to comment.