From a7a4656a2d8dd4a345be5386bc60fe36876864fc Mon Sep 17 00:00:00 2001 From: Yury Gridasov Date: Fri, 12 Feb 2021 13:09:08 -0800 Subject: [PATCH] Update version to 2.0.4 to create release --- config/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/const.go b/config/const.go index 1549eed1..ffbc5737 100644 --- a/config/const.go +++ b/config/const.go @@ -43,7 +43,7 @@ const ( // MinorVersion is the credential helper's minor version number. MinorVersion = 0 // PatchVersion is the credential helper's patch version number. - PatchVersion = 2 + PatchVersion = 4 ) // DefaultGCRRegistries contains the list of default registries to authenticate for.