Correct version of library in readme

feature/properties-backwards-compatibility
Emanuel Zienecker 2019-11-07 11:36:47 +01:00
parent c9b9a2d1fd
commit 39466f6b8a
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>2.0.0-SNAPSHOT</version>
<version>1.2.0</version>
</dependency>
....