mirror of https://github.com/go-redis/redis.git
7 lines
101 B
Go
7 lines
101 B
Go
package redis
|
|||
|
|||
// Version is the current release version.
|
|||
func Version() string {
|
|||
return "8.11.5"
|
|||
}
|