diff --git a/SWAP-RELEASENOTES b/SWAP-RELEASENOTES index b1ff4f772d4..5639961a347 100644 --- a/SWAP-RELEASENOTES +++ b/SWAP-RELEASENOTES @@ -1,3 +1,8 @@ +================================================================================ +ror-1.4.2 Released Wed Sept 24 00:00:00 CST 2024 +================================================================================ +* [fix] assert failed when execute GET on expired bitmap key + ================================================================================ ror-1.4.1 Released Tue July 16 00:00:00 CST 2024 ================================================================================ diff --git a/src/version.h b/src/version.h index 7f7b6fa0a74..d343a77dfdf 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.1" +#define SWAP_VERSION "1.4.2"