Skip to content

Commit

Permalink
Set version to 0.8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sp00n committed Apr 25, 2021
1 parent 11dcf16 commit c85ea19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script-corecycler.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 + '\'
Expand Down

0 comments on commit c85ea19

Please sign in to comment.