Skip to content

Commit 4214e7f

Browse files
committed
v1.0.0-20251113 - bump pumpx2, fix historylogfetcher bug
1 parent fcf742f commit 4214e7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
33
ext {
4-
controlx2_version = "1.0.0-20251102"
5-
pumpx2_version = "1.7.3"
4+
controlx2_version = "1.0.0-20251113"
5+
pumpx2_version = "1.7.4"
66
use_local_pumpx2 = System.properties.getOrDefault('use_local_pumpx2', 'false') == 'true'
77
if (!use_local_pumpx2) {
88
Properties properties = new Properties()

0 commit comments

Comments
 (0)