We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad8de3b commit 9bf1cf3Copy full SHA for 9bf1cf3
script-corecycler.ps1
@@ -2,7 +2,7 @@
2
.AUTHOR
3
sp00n
4
.VERSION
5
- 0.9.5.1
+ 0.9.5.2
6
.DESCRIPTION
7
Sets the affinity of the selected stress test program process to only one core and cycles through
8
all the cores to test the stability of a Curve Optimizer setting
@@ -22,7 +22,7 @@ Set-StrictMode -Version 3.0
22
23
24
# Our current version
25
-$version = '0.9.5.1'
+$version = '0.9.5.2'
26
27
28
# Set the window title
0 commit comments