From 14e9fd20a75e459eac7a8593f2579d9e9f17916e Mon Sep 17 00:00:00 2001 From: VivekSainiEQ Date: Mon, 15 Nov 2021 23:43:56 +0000 Subject: [PATCH] bump version Former-commit-id: d6038f0e063579987874b88bf8a11b5b16dfb33a --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index 407ce2a11..d501d542c 100644 --- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ -#define KEYDB_REAL_VERSION "6.2.0" -#define KEYDB_VERSION_NUM 0x00060200 +#define KEYDB_REAL_VERSION "6.2.1" +#define KEYDB_VERSION_NUM 0x00060201 extern const char *KEYDB_SET_VERSION; // Unlike real version, this can be overriden by the config enum VersionCompareResult