This is an automated email from the ASF dual-hosted git repository.
arshad pushed a commit to branch branch-3.7.1
in repository https://gitbox.apache.org/repos/asf/zookeeper.git
The following commit(s) were added to refs/heads/branch-3.7.1 by this push:
new 4f65e73a0 Change version to 3.7.1 in zookeeper_version.h
4f65e73a0 is described below
commit 4f65e73a042b1bea3ee29114cce82f41c7593a7a
Author: Mohammad Arshad <[email protected]>
AuthorDate: Mon Apr 25 00:26:43 2022 +0000
Change version to 3.7.1 in zookeeper_version.h
---
zookeeper-client/zookeeper-client-c/include/zookeeper_version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zookeeper-client/zookeeper-client-c/include/zookeeper_version.h
b/zookeeper-client/zookeeper-client-c/include/zookeeper_version.h
index 9fa2bae3d..aee90b507 100644
--- a/zookeeper-client/zookeeper-client-c/include/zookeeper_version.h
+++ b/zookeeper-client/zookeeper-client-c/include/zookeeper_version.h
@@ -22,7 +22,7 @@
extern "C" {
#endif
-#define ZOO_VERSION "3.7.0"
+#define ZOO_VERSION "3.7.1"
#ifdef __cplusplus
}