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

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