diff options
author | Oran Agra <oran@redislabs.com> | 2023-04-17 10:24:17 +0300 |
---|---|---|
committer | Oran Agra <oran@redislabs.com> | 2023-04-17 15:54:26 +0300 |
commit | 2d4b9401f16bb67d3c42947d3db5d347f06ac17c (patch) | |
tree | 6b3e75638052a6e56e30562c4c3c00a36b35ce38 /src/version.h | |
parent | 521e05cb8b2f45f3ee1a988bb165c602cf4eef8f (diff) | |
download | redis-6.2.tar.gz |
Diffstat (limited to 'src/version.h')
-rw-r--r-- | src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/version.h b/src/version.h index 11ddece34..3031959dd 100644 --- a/src/version.h +++ b/src/version.h @@ -1,2 +1,2 @@ -#define REDIS_VERSION "6.2.11" -#define REDIS_VERSION_NUM 0x0006020b +#define REDIS_VERSION "6.2.12" +#define REDIS_VERSION_NUM 0x0006020c |