Skip to content

Commit

Permalink
Kafka 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stavshamir authored Feb 9, 2023
1 parent 86b9216 commit c1f8dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion springwolf-plugins/springwolf-kafka-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
def isSnapshot = Boolean.valueOf(project.findProperty('SNAPSHOT'))

group 'io.github.springwolf'
version '0.10.0' + (isSnapshot ? '-SNAPSHOT' : '')
version '0.10.3' + (isSnapshot ? '-SNAPSHOT' : '')
sourceCompatibility = 1.8

repositories {
Expand Down

0 comments on commit c1f8dd0

Please sign in to comment.