finclip-app-manager/vendor/github.com/go-redis/redis/v8/version.go

7 lines
101 B
Go
Raw Normal View History

2023-11-02 18:36:36 +08:00
package redis
// Version is the current release version.
func Version() string {
return "8.11.3"
}