Files
autogits/vendor/github.com/redis/go-redis/v9/version.go
Adam Majer 082db173f3 vendor: move vendored sources in-tree
This should make it easier to see changes instead of just a blob
2025-08-25 19:48:19 +02:00

7 lines
101 B
Go

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