Update version in readme

feature/add-travis-ci-remove-gitlab-ci
Emanuel Zienecker 2019-04-26 16:38:30 +02:00
parent 648bfda706
commit 9250a8a045
1 changed files with 1 additions and 1 deletions

View File

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