From c52f6374b5ac26b485c8f1d407da9749c49d47c5 Mon Sep 17 00:00:00 2001 From: Nicolas Favre-Felix Date: Mon, 29 Mar 2021 20:17:38 -0700 Subject: [PATCH] Release 0.1.14 * Fixed compilation warnings * Fsync frequency for log file is now configurable * Added support for REPLY_STATUS in nested JSON objects (helps with RediSearch) --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 284fd32..f0ac5c7 100644 --- a/src/version.h +++ b/src/version.h @@ -2,7 +2,7 @@ #define VERSION_H #ifndef WEBDIS_VERSION -#define WEBDIS_VERSION "0.1.14-dev" +#define WEBDIS_VERSION "0.1.14" #endif #endif /* VERSION_H */