Skip to content

Commit

Permalink
Merge pull request #48 from KPMP/KPMP-5645_IncreaseVersionNumbers
Browse files Browse the repository at this point in the history
Update build.gradle
  • Loading branch information
zwright authored Dec 19, 2024
2 parents 7e91612 + a06c388 commit 4dadad6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-gradle-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
build-gradle-project:
env:
IMAGE_TAG: 1.6
IMAGE_TAG: 1.7
runs-on: ubuntu-latest
steps:
- name: Get branch names
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
}

group='kingstonduo'
version='1.6'
version='1.7'


apply plugin: 'java'
Expand Down

0 comments on commit 4dadad6

Please sign in to comment.