vendor: move vendored sources in-tree
This should make it easier to see changes instead of just a blob
This commit is contained in:
6
vendor/github.com/redis/go-redis/v9/version.go
generated
vendored
Normal file
6
vendor/github.com/redis/go-redis/v9/version.go
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
package redis
|
||||
|
||||
// Version is the current release version.
|
||||
func Version() string {
|
||||
return "9.11.0"
|
||||
}
|
||||
Reference in New Issue
Block a user