1
0
mirror of https://github.com/redis/go-redis.git synced 2025-06-05 06:42:39 +03:00
go-redis/version.go
Nedyalko Dyakov 46ede21fdb
chore(release): Update version to v9.8.0
- update version in relevant places
- add RELEASE-NOTES.md to keep track of release notes
2025-04-30 14:27:06 +03:00

7 lines
100 B
Go

package redis
// Version is the current release version.
func Version() string {
return "9.8.0"
}