Bump min client cache version (#2619)

This commit is contained in:
Alexander Matyushentsev 2019-11-01 11:35:49 -07:00 committed by GitHub
parent 0fab3707cc
commit 1d5e6a1b90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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