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

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