Update etag version for the addition of CreatorId field to channels

This commit is contained in:
JoramWilander
2015-08-20 09:55:14 -04:00
parent 65f1d0297e
commit b5d87fea99
2 changed files with 2 additions and 2 deletions

View File

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

View File

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