diff --git a/SWAP-RELEASENOTES b/SWAP-RELEASENOTES index 8697bebaa0c..ea5fc881aa4 100644 --- a/SWAP-RELEASENOTES +++ b/SWAP-RELEASENOTES @@ -1,3 +1,8 @@ +================================================================================ +ror-1.2.3 Released Wed Sep 13 00:00:00 CST 2023 +================================================================================ +* [fix] code crash when executing zremrangebyscore command + ================================================================================ ror-1.2.2 Released Mon Sep 4 00:00:00 CST 2023 ================================================================================ diff --git a/src/version.h b/src/version.h index cfce54d5f44..cc97fa58b84 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.2.2" +#define SWAP_VERSION "1.2.3"