Skip to content

Commit c1f8dd0

Browse files
authored
Kafka 0.10.3
1 parent 86b9216 commit c1f8dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

springwolf-plugins/springwolf-kafka-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
def isSnapshot = Boolean.valueOf(project.findProperty('SNAPSHOT'))
1111

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

1616
repositories {

0 commit comments

Comments
 (0)