OpenRGB Release Candidate 1.0rc2

This commit is contained in:
Adam Honse
2025-09-14 14:19:03 -05:00
parent 664b794efa
commit 0fca93e454
2 changed files with 3 additions and 3 deletions

View File

@@ -12,12 +12,12 @@ import os
#############################################
# OpenRGB version #
#############################################
version = "1.0rc2wr0"
version = "1.0rc2"
#############################################
# Git version (tag, branch, or commit) #
#############################################
git_id = "release_candidate_1.0rc2wr0"
git_id = "release_candidate_1.0rc2"
command = "git rev-list -n 1 " + git_id
print(command)