Skip to content

Commit f54aee5

Browse files
committed
release: Update version to 0.0.22 for maven release
Signed-off-by: Nick Hill <[email protected]>
1 parent 1653552 commit f54aee5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ KvStoreClient client = EtcdClusterConfig.fromJsonFile(filePath).getClient();
143143
<dependency>
144144
<groupId>com.ibm.etcd</groupId>
145145
<artifactId>etcd-java</artifactId>
146-
<version>0.0.21</version>
146+
<version>0.0.22</version>
147147
</dependency>
148148

149149
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<modelVersion>4.0.0</modelVersion>
1919
<groupId>com.ibm.etcd</groupId>
2020
<artifactId>etcd-java</artifactId>
21-
<version>0.0.22-SNAPSHOT</version>
21+
<version>0.0.22</version>
2222
<packaging>jar</packaging>
2323

2424
<name>etcd-java</name>

0 commit comments

Comments
 (0)