From 6d56f4fa74401f007297f5c5b97353809e705da5 Mon Sep 17 00:00:00 2001 From: Travis Gockel Date: Wed, 29 Aug 2018 14:24:22 -0600 Subject: [PATCH] build: Update master version to 0.2.2. --- src/zk/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zk/config.hpp b/src/zk/config.hpp index d526474..bc82cd0 100644 --- a/src/zk/config.hpp +++ b/src/zk/config.hpp @@ -11,7 +11,7 @@ #define ZKPP_VERSION_MAJOR 0 #define ZKPP_VERSION_MINOR 2 -#define ZKPP_VERSION_PATCH 1 +#define ZKPP_VERSION_PATCH 2 /// \def ZKPP_DEBUG /// Was ZooKeeper C++ compiled in debug mode? This value must be the same between when the SO was built and when you are