summaryrefslogtreecommitdiffstats
path: root/dependencies/pkg/mod/github.com/go-redis/redis/v8@v8.11.5/version.go
blob: 112c9a2da0e35d79c0d4f6ef850f643d875135d4 (plain)
1
2
3
4
5
6
package redis

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