diff --git a/script-corecycler.ps1 b/script-corecycler.ps1 index 5b35c6d..d4f6667 100644 --- a/script-corecycler.ps1 +++ b/script-corecycler.ps1 @@ -2,7 +2,7 @@ .AUTHOR sp00n .VERSION - 0.8.1.0 RC5 + 0.8.1.0 .DESCRIPTION Sets the affinity of the selected stress test program process to only one core and cycles through all the cores to test the stability of a Curve Optimizer setting @@ -17,7 +17,7 @@ #> # Global variables -$version = '0.8.1.0 RC5' +$version = '0.8.1.0' $startDateTime = Get-Date -format yyyy-MM-dd_HH-mm-ss $logFilePath = 'logs' $logFilePathAbsolute = $PSScriptRoot + '\' + $logFilePath + '\'