We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f180d3c commit 3f4074eCopy full SHA for 3f4074e
config/const.go
@@ -40,7 +40,7 @@ const (
40
// MinorVersion is the credential helper's minor version number.
41
MinorVersion = 4
42
// PatchVersion is the credential helper's patch version number.
43
- PatchVersion = 0
+ PatchVersion = 1
44
)
45
46
// SupportedGCRRegistries maps registry URLs to a bool representing whether
0 commit comments