Skip to content

Commit

Permalink
v1.0.0-20241225
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoglom committed Dec 26, 2024
1 parent 9bacbf4 commit 1fb625f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
controlx2_version = "1.0.0-20241210"
controlx2_version = "1.0.0-20241225"
pumpx2_version = "1.4.3"
use_local_pumpx2 = System.properties.getOrDefault('use_local_pumpx2', 'false') == 'true'
if (!use_local_pumpx2) {
Expand Down

0 comments on commit 1fb625f

Please sign in to comment.