diff --git a/model/utils.go b/model/utils.go index c7f991da20..a8257467b1 100644 --- a/model/utils.go +++ b/model/utils.go @@ -18,7 +18,7 @@ import ( const ( // Also change web/react/stores/browser_store.jsx BROWSER_STORE_VERSION - ETAG_ROOT_VERSION = "11" + ETAG_ROOT_VERSION = "12" ) type StringMap map[string]string diff --git a/web/react/stores/browser_store.jsx b/web/react/stores/browser_store.jsx index 436b8d76d9..b1f51e5f42 100644 --- a/web/react/stores/browser_store.jsx +++ b/web/react/stores/browser_store.jsx @@ -10,7 +10,7 @@ function getPrefix() { } // Also change model/utils.go ETAG_ROOT_VERSION -var BROWSER_STORE_VERSION = '.4'; +var BROWSER_STORE_VERSION = '.5'; module.exports = { initialized: false,