Files
lti-api/vendor/github.com/redis/go-redis/v9/version.go
T
GitLab Deploy Bot ad815b3412 .
2025-10-23 11:40:58 +07:00

7 lines
101 B
Go

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