From aae676dc7d65df8f9e2f241a478be249e4ac422b Mon Sep 17 00:00:00 2001 From: malavan Date: Wed, 11 Aug 2021 23:23:39 +0000 Subject: [PATCH] bump version --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index 4c4af98b3..6301628bc 100644 --- a/src/version.h +++ b/src/version.h @@ -1,4 +1,4 @@ -#define KEYDB_REAL_VERSION "6.0.18" -#define KEYDB_VERSION_NUM 0x00060012 +#define KEYDB_REAL_VERSION "6.2.0" +#define KEYDB_VERSION_NUM 0x00060013 extern const char *KEYDB_SET_VERSION; // Unlike real version, this can be overriden by the config