k3s/vendor/github.com/docker/docker-credential-helpers/credentials/version.go
Brad Davidson 02a5bee62f
Add system-default-registry support and remove shared code (#3285)
* Move registries.yaml handling out to rancher/wharfie
* Add system-default-registry support
* Add CLI support for kubelet image credential providers

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2021-05-10 15:58:41 -07:00

5 lines
102 B
Go

package credentials
// Version holds a string describing the current version
const Version = "0.6.3"