1
0
mirror of https://github.com/redis/go-redis.git synced 2025-06-12 14:21:52 +03:00

Release v8.11.3 (release.sh)

This commit is contained in:
Vladimir Mihailenco
2021-08-12 14:35:44 +03:00
parent 493a4d05c6
commit 702e7cfe68
9 changed files with 67 additions and 40 deletions

View File

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