Skip to content

Commit

Permalink
Release candidate 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Joolace committed Jan 14, 2025
1 parent f8b7e7c commit d876bd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OPEN DBD RESHADE.bat
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ echo IHHHHHHHIIJJJJKKKKLLLLMMMMNNQ
echo KJJIIIJJJKKKKLLLLMNO
echo.
echo ================================
echo Version: 1.2.0alpha
echo Version: 1.2.0RC1
echo ================================
echo.
powershell.exe -ExecutionPolicy Bypass -File "%~dp0dbdreshade.ps1"
2 changes: 1 addition & 1 deletion dbdreshade.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $latestVersion = $response.tag_name
$releaseUrl = $response.html_url

# Current installed version (replace this with the actual current version)
$currentVersion = "1.2.0alpha6"
$currentVersion = "1.2.0RC1"

# Compare the current version with the latest version
if ($currentVersion -ne $latestVersion) {
Expand Down

0 comments on commit d876bd4

Please # to comment.