Skip to content

Commit

Permalink
Fixed Script version number
Browse files Browse the repository at this point in the history
  • Loading branch information
memstechtips authored Feb 13, 2025
1 parent 72179db commit a83cb3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Winhance.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ class RegistryHelper {
# === Logging Configuration ===
$SCRIPT:LogPath = "$env:TEMP\Winhance-Log_$(Get-Date -Format 'yyyyMMdd-HHmmss').log"
$SCRIPT:LogEnabled = $true
$SCRIPT:Version = "25.02.06"
$SCRIPT:Version = "25.02.13"

# === Theme Config ===
$SCRIPT:isDarkMode = $true
Expand Down Expand Up @@ -11708,4 +11708,4 @@ catch {
}
finally {
Stop-Log
}
}

0 comments on commit a83cb3f

Please sign in to comment.