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

chore: release v8.11.4 (release.sh)

This commit is contained in:
Vladimir Mihailenco
2021-10-04 16:28:19 +03:00
parent 6dcfc56151
commit 0457d0add6
12 changed files with 23 additions and 16 deletions

View File

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