diff options
Diffstat (limited to 'model')
-rw-r--r-- | model/utils.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/model/utils.go b/model/utils.go index c7f991da2..a8257467b 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 |