Skip to content

Commit

Permalink
Merge pull request #54 from opsgenie/integration-import-fix
Browse files Browse the repository at this point in the history
update patch version
  • Loading branch information
trabab authored Nov 17, 2022
2 parents ae330fd + c78e740 commit 0506fc7
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.7'
version '0.23.8'

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.7'
version '0.23.8'

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.7'
version '0.23.8'

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.7'
version '0.23.8'

sourceCompatibility = 1.6
targetCompatibility = 1.6
Expand Down

0 comments on commit 0506fc7

Please sign in to comment.