From 9bf1cf377d05cd100233dcc912dbf3a28070dc59 Mon Sep 17 00:00:00 2001 From: sp00n Date: Sun, 30 Jun 2024 15:38:24 +0200 Subject: [PATCH] Forgot to push the version --- script-corecycler.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script-corecycler.ps1 b/script-corecycler.ps1 index d94b321..194ced6 100644 --- a/script-corecycler.ps1 +++ b/script-corecycler.ps1 @@ -2,7 +2,7 @@ .AUTHOR sp00n .VERSION - 0.9.5.1 + 0.9.5.2 .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 @@ -22,7 +22,7 @@ Set-StrictMode -Version 3.0 # Our current version -$version = '0.9.5.1' +$version = '0.9.5.2' # Set the window title