Skip to content

Commit 8326dcd

Browse files
authored
Update version to 2.5 in SystemTester.ps1
1 parent 09dde34 commit 8326dcd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SystemTester.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Portable Sysinternals System Tester
22
# Created by Pacific Northwest Computers - 2025
3-
# Complete Production Version - v2.4
3+
# Complete Production Version - v2.5
44

55
param([switch]$AutoRun)
66

77
# Constants
8-
$script:VERSION = "2.4"
8+
$script:VERSION = "2.5"
99
$script:DXDIAG_TIMEOUT = 45
1010
$script:ENERGY_DURATION = 15
1111
$script:CPU_TEST_SECONDS = 10

0 commit comments

Comments
 (0)