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

Commit

Permalink
Alpha 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Aug 15, 2022
1 parent e1e035e commit 4d77d66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ def wrapped(*args: P.args, **kwargs: P.kwargs):
"""The directory of either the AutoSplit executable or AutoSplit.py"""

# Shared strings
# DIRTY_VERSION_EXTENSION = ""
DIRTY_VERSION_EXTENSION = "-" + AUTOSPLIT_BUILD_NUMBER
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
AUTOSPLIT_VERSION = "2.0.0-alpha.5" + DIRTY_VERSION_EXTENSION
START_AUTO_SPLITTER_TEXT = "Start Auto Splitter"
GITHUB_REPOSITORY = AUTOSPLIT_GITHUB_REPOSITORY

0 comments on commit 4d77d66

Please sign in to comment.