From c85ea196ccf84d62ee7ba6011085c4f9cca2ce2c Mon Sep 17 00:00:00 2001 From: sp00n Date: Sun, 25 Apr 2021 19:53:26 +0200 Subject: [PATCH] Set version to 0.8.1.0 --- script-corecycler.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 + '\'