From 763159ec0595842bb111c45be1040750a5cffee3 Mon Sep 17 00:00:00 2001 From: Victor Date: Wed, 23 Oct 2024 20:32:06 +0800 Subject: [PATCH] release ror-1.4.3 --- SWAP-RELEASENOTES | 5 +++++ src/version.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/SWAP-RELEASENOTES b/SWAP-RELEASENOTES index 5639961a347..39b82232284 100644 --- a/SWAP-RELEASENOTES +++ b/SWAP-RELEASENOTES @@ -1,3 +1,8 @@ +================================================================================ +ror-1.4.3 Released Wed Oct 23 00:00:00 CST 2024 +================================================================================ +* [feat] support ttl compact. + ================================================================================ ror-1.4.2 Released Wed Sept 24 00:00:00 CST 2024 ================================================================================ diff --git a/src/version.h b/src/version.h index d343a77dfdf..d703c73d389 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ #define REDIS_VERSION "6.2.6" #define REDIS_VERSION_NUM 0x00060206 -#define SWAP_VERSION "1.4.2" +#define SWAP_VERSION "1.4.3"