mirror of
https://github.com/distribution/distribution.git
synced 2025-08-15 13:33:25 +00:00
This pulls in go-redis update as well. Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
7 lines
100 B
Go
7 lines
100 B
Go
package redis
|
|
|
|
// Version is the current release version.
|
|
func Version() string {
|
|
return "9.7.3"
|
|
}
|