Skip to content

Commit

Permalink
Merge pull request #39 from KPMP/KPMP-5500_ReleaseActivities
Browse files Browse the repository at this point in the history
Increase version number
  • Loading branch information
zwright authored Oct 14, 2024
2 parents b528b2e + 8ea929a commit 153f9c1
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.5
IMAGE_TAG: 1.6
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.5'
version='1.6'


apply plugin: 'java'
Expand Down

0 comments on commit 153f9c1

Please sign in to comment.