Skip to content

Commit 7cdd38f

Browse files
authored
remove beta
1 parent fd360de commit 7cdd38f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,5 +174,5 @@ def title(self):
174174

175175
# Shared strings
176176
# Check `excludeBuildNumber` during workflow dispatch build generate a clean version number
177-
AUTOSPLIT_VERSION = "2.0.0-beta.3" + (f"-{AUTOSPLIT_BUILD_NUMBER}" if AUTOSPLIT_BUILD_NUMBER else "")
177+
AUTOSPLIT_VERSION = "2.0.0" + (f"-{AUTOSPLIT_BUILD_NUMBER}" if AUTOSPLIT_BUILD_NUMBER else "")
178178
GITHUB_REPOSITORY = AUTOSPLIT_GITHUB_REPOSITORY

0 commit comments

Comments
 (0)