1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-31 05:04:23 +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

@ -5,7 +5,7 @@ go 1.15
replace github.com/go-redis/redis/v8 => ../..
require (
github.com/go-redis/redis/v8 v8.11.3
github.com/go-redis/redis/v8 v8.11.4
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.16.0
)