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

chore: release v8.11.5 (release.sh)

This commit is contained in:
Vladimir Mihailenco
2022-03-17 15:14:48 +02:00
parent 081bf6b897
commit 6f7d7a1e9d
16 changed files with 171 additions and 114 deletions

View File

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