1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-28 06:42:00 +03:00

release 9.7.3, retract 9.7.2 (#3314) (#3315)

This commit is contained in:
Nedyalko Dyakov
2025-03-21 13:13:14 +02:00
committed by GitHub
parent 11efd6a01e
commit 34222bffeb
12 changed files with 34 additions and 20 deletions

View File

@ -2,5 +2,5 @@ package redis
// Version is the current release version.
func Version() string {
return "9.7.1"
return "9.7.3"
}