Skip to content

Commit

Permalink
Version Update for configuration Packages (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
prakhar-mudaiya authored Jul 7, 2021
1 parent e15c381 commit 3f851b2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backup-commons/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'java'
apply plugin: 'maven'

group 'com.opsgenie.tools'
version '0.23.4'
version '0.23.6'

sourceCompatibility = 1.6
targetCompatibility = 1.6
Expand Down
2 changes: 1 addition & 1 deletion backup-export/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.opsgenie.tools'
version '0.23.4'
version '0.23.6'

apply plugin: 'java'

Expand Down
2 changes: 1 addition & 1 deletion backup-import/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.opsgenie.tools'
version '0.23.4'
version '0.23.6'

apply plugin: 'java'

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'java'
apply plugin: 'maven'

group 'com.opsgenie.tools'
version '0.23.4'
version '0.23.6'

sourceCompatibility = 1.6
targetCompatibility = 1.6
Expand Down

0 comments on commit 3f851b2

Please sign in to comment.