fix: bump cache version to avoid nil pointer error (#4525)

This commit is contained in:
Alexander Matyushentsev 2020-10-09 16:16:38 -07:00 committed by GitHub
parent d479d22de7
commit 5cdcca4544
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -183,7 +183,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.0"
CacheVersion = "1.8.1"
)
// GetGnuPGHomePath retrieves the path to use for GnuPG home directory, which is either taken from GNUPGHOME environment or a default value