mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-24 09:50:08 +00:00
Bump min client cache version (#2619)
This commit is contained in:
parent
0fab3707cc
commit
1d5e6a1b90
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ export interface ViewPreferences {
|
|||
|
||||
const VIEW_PREFERENCES_KEY = 'view_preferences';
|
||||
|
||||
const minVer = 3;
|
||||
const minVer = 4;
|
||||
|
||||
const DEFAULT_PREFERENCES: ViewPreferences = {
|
||||
version: 1,
|
||||
|
|
|
|||
Loading…
Reference in a new issue