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

chore: release v9.0.2 (release.sh) (#2412)

* chore: release v9.0.2 (release.sh)

* chore: remove release in favor of release drafter
This commit is contained in:
Vladimir Mihailenco
2023-02-01 10:13:41 +02:00
committed by GitHub
parent e29e42cde2
commit a38f75b640
14 changed files with 24 additions and 32 deletions

View File

@ -6,5 +6,5 @@ replace github.com/redis/go-redis/v9 => ../..
require (
github.com/davecgh/go-spew v1.1.1
github.com/redis/go-redis/v9 v9.0.1
github.com/redis/go-redis/v9 v9.0.2
)