1
0
mirror of https://github.com/redis/go-redis.git synced 2025-12-18 23:34:11 +03:00

chore(release) v9.18.0-beta.2 (#3644)

* add release notes

* update version number

* update date
This commit is contained in:
Nedyalko Dyakov
2025-12-09 15:50:10 +02:00
committed by GitHub
parent 81e77fd4e5
commit e4965ea90b
14 changed files with 58 additions and 17 deletions

View File

@@ -5,7 +5,7 @@ go 1.21
replace github.com/redis/go-redis/v9 => ../..
require (
github.com/redis/go-redis/v9 v9.18.0-beta.1
github.com/redis/go-redis/v9 v9.18.0-beta.2
github.com/zeebo/xxh3 v1.0.2
)