Skip to content

Commit 97b6663

Browse files
authored
Release notes for 7.2.11
Updated release notes and version Signed-off-by: Rain Valentine <[email protected]>
1 parent 4e5d674 commit 97b6663

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

00-RELEASENOTES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SECURITY: There are security fixes in the release.
1212
--------------------------------------------------------------------------------
1313

1414
================================================================================
15-
Valkey 7.2.11 - Released TBD (not released yet)
15+
Valkey 7.2.11 - Released Fri 03 October 2025
1616
================================================================================
1717

1818
Upgrade urgency SECURITY: This release includes security fixes we recommend you

src/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#define SERVER_NAME "valkey"
2-
#define VALKEY_VERSION "7.2.10"
3-
#define VALKEY_VERSION_NUM 0x0007020A
2+
#define VALKEY_VERSION "7.2.11"
3+
#define VALKEY_VERSION_NUM 0x0007020B
44

55
/* Redis compatibility version, should never
66
* exceed 7.2.x. */

0 commit comments

Comments
 (0)