Correct version in README

feature/properties-backwards-compatibility
Manu Zi 2019-06-30 11:22:50 +02:00
parent c11f1055eb
commit efa0ecc003
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ Add the following dependency to your `pom.xml`
<dependency>
<groupId>com.deviceinsight.kafka</groupId>
<artifactId>kafka-health-check</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>
....