Skip to content

Commit 696c582

Browse files
committed
Fix ctest errors after 7.2.5 release
By setting the latest version to 7.2.6
1 parent 097cf52 commit 696c582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestRunner/binary_download.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
from local_cluster import random_secret_string
1212

13-
CURRENT_VERSION = "7.2.4"
13+
CURRENT_VERSION = "7.2.6"
1414
FUTURE_VERSION = "7.3.0"
1515

1616
SUPPORTED_PLATFORMS = ["x86_64", "aarch64"]

0 commit comments

Comments
 (0)