Skip to content

Commit

Permalink
Update version number to 8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ping Xie <pingxie@google.com>
  • Loading branch information
PingXie committed Sep 14, 2024
1 parent 2ccb88e commit 52265ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* similar. */
#define SERVER_NAME "valkey"
#define SERVER_TITLE "Valkey"
#define VALKEY_VERSION "7.9.240"
#define VALKEY_VERSION_NUM 0x000709f0
#define VALKEY_VERSION "8.0.0"
#define VALKEY_VERSION_NUM 0x00080000

/* Redis OSS compatibility version, should never
* exceed 7.2.x. */
Expand Down

0 comments on commit 52265ad

Please sign in to comment.