1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-29 17:41:15 +03:00

Version 9.0.3 (#2518)

This commit is contained in:
Chayim
2023-04-02 13:55:09 +03:00
committed by GitHub
parent a388a637ed
commit a2aa6b7138
7 changed files with 64 additions and 8 deletions

View File

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