mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-03 09:20:50 -05:00
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"
|
|
}
|