Files
docker-cli/components/cli/vendor/github.com/docker/docker-credential-helpers/credentials/version.go
Vincent Demeester 539051208f Update docker-credential-helpers dependency
This is mainly for the `pass` helper ; `pass` shouldn't be called
every docker command anymore ;).

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Upstream-commit: d9741fc96b
Component: cli
2018-06-28 14:44:53 +02:00

5 lines
102 B
Go

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