summaryrefslogtreecommitdiffstats
path: root/model/utils.go
diff options
context:
space:
mode:
Diffstat (limited to 'model/utils.go')
-rw-r--r--model/utils.go2
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