Skip to content

Commit

Permalink
bump version to 1.0.0-20230323
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoglom committed Mar 23, 2023
1 parent d7e55c9 commit 2f0b2ac
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-20230220"
controlx2_version = "1.0.0-20230323"
pumpx2_version = "1.2.9"
use_local_pumpx2 = System.properties.getOrDefault('use_local_pumpx2', 'false') == 'true'
m2_repository = "${System.properties['user.home']}/.m2/repository"
Expand Down

0 comments on commit 2f0b2ac

Please sign in to comment.