xframe/vendor/github.com/redis/go-redis/v9/version.go

7 lines
100 B
Go
Raw Permalink Normal View History

2024-10-12 12:55:20 +08:00
package redis
// Version is the current release version.
func Version() string {
return "9.5.1"
}