Skip to content

Commit

Permalink
v1.5.0 (#44)
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Eknert <[email protected]>
  • Loading branch information
anderseknert authored Oct 10, 2022
1 parent c2a51fc commit 8ed4606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group 'org.openpolicyagent.kafka'
version '1.4.0'
version '1.5.0'

java {
sourceCompatibility = JavaVersion.VERSION_11
Expand Down Expand Up @@ -63,7 +63,7 @@ publishing {
mavenJava(MavenPublication) {
groupId ='org.openpolicyagent.kafka'
artifactId = 'opa-authorizer'
version = '1.4.0'
version = '1.5.0'

from components.java

Expand Down

0 comments on commit 8ed4606

Please sign in to comment.