mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-21 13:55:43 +00:00
7 lines
101 B
Go
7 lines
101 B
Go
package redis
|
|
|
|
// Version is the current release version.
|
|
func Version() string {
|
|
return "9.14.0"
|
|
}
|