forked from ebhomengo/niki
7 lines
100 B
Go
7 lines
100 B
Go
|
package redis
|
||
|
|
||
|
// Version is the current release version.
|
||
|
func Version() string {
|
||
|
return "9.4.0"
|
||
|
}
|