Skip to content

Commit

Permalink
release: Update version to 0.0.19 for maven release
Browse files Browse the repository at this point in the history
  • Loading branch information
njhill committed Jan 28, 2022
1 parent 361e016 commit abb7994
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ KvStoreClient client = EtcdClusterConfig.fromJsonFile(filePath).getClient();
<dependency>
<groupId>com.ibm.etcd</groupId>
<artifactId>etcd-java</artifactId>
<version>0.0.18</version>
<version>0.0.19</version>
</dependency>

```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.ibm.etcd</groupId>
<artifactId>etcd-java</artifactId>
<version>0.0.19-SNAPSHOT</version>
<version>0.0.19</version>
<packaging>jar</packaging>

<name>etcd-java</name>
Expand Down

0 comments on commit abb7994

Please sign in to comment.