We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e9d7cc commit d7b293eCopy full SHA for d7b293e
README.md
@@ -143,7 +143,7 @@ KvStoreClient client = EtcdClusterConfig.fromJsonFile(filePath).getClient();
143
<dependency>
144
<groupId>com.ibm.etcd</groupId>
145
<artifactId>etcd-java</artifactId>
146
- <version>0.0.16</version>
+ <version>0.0.17</version>
147
</dependency>
148
149
```
pom.xml
@@ -18,7 +18,7 @@
18
<modelVersion>4.0.0</modelVersion>
19
20
21
- <version>0.0.17-SNAPSHOT</version>
22
<packaging>jar</packaging>
23
24
<name>etcd-java</name>
0 commit comments