aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/go-redis/redis/v8/version.go
blob: 112c9a2da0e35d79c0d4f6ef850f643d875135d4 (plain) (blame)
1
2
3
4
5
6
package redis

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