From 7b0fe7bffb80fc0bf9afe7390aa85647e2991c5d Mon Sep 17 00:00:00 2001 From: Alexander Matyushentsev Date: Wed, 2 Dec 2020 17:04:55 -0800 Subject: [PATCH] increase cache version (#4957) Signed-off-by: Alexander Matyushentsev --- common/common.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/common.go b/common/common.go index b8ed3ff485..2f3c598282 100644 --- a/common/common.go +++ b/common/common.go @@ -193,7 +193,7 @@ const ( MinClientVersion = "1.4.0" // CacheVersion is a objects version cached using util/cache/cache.go. // Number should be bumped in case of backward incompatible change to make sure cache is invalidated after upgrade. - CacheVersion = "1.8.1" + CacheVersion = "1.8.2" ) // GetGnuPGHomePath retrieves the path to use for GnuPG home directory, which is either taken from GNUPGHOME environment or a default value