Skip to content

Commit

Permalink
Update dbdreshade.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
Joolace committed Nov 11, 2024
1 parent ef0897d commit e8193e4
Showing 1 changed file with 1 addition and 1 deletion.
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.1.1"
$currentVersion = "1.1.2"

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

0 comments on commit e8193e4

Please sign in to comment.