increase cache version (#4957)

Signed-off-by: Alexander Matyushentsev <Alexander_Matyushentsev@intuit.com>
This commit is contained in:
Alexander Matyushentsev 2020-12-02 17:04:55 -08:00 committed by GitHub
parent d766a82185
commit 7b0fe7bffb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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