summaryrefslogtreecommitdiffstats
path: root/model/utils.go
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-08-20 10:13:00 -0400
committerChristopher Speller <crspeller@gmail.com>2015-08-20 10:13:00 -0400
commit2915b09d0f7f4190e2226f4387358d7f370abf5f (patch)
tree1bf9ff92f079f95c80fa576e63c87d9a69a1fba9 /model/utils.go
parenta4681123f95a12dda81d4a611db504ae219c19ae (diff)
parentb5d87fea99eb39daad52fe2c751ba65d1c542989 (diff)
downloadchat-2915b09d0f7f4190e2226f4387358d7f370abf5f.tar.gz
chat-2915b09d0f7f4190e2226f4387358d7f370abf5f.tar.bz2
chat-2915b09d0f7f4190e2226f4387358d7f370abf5f.zip
Merge pull request #414 from mattermost/update-etag-version
Update etag version for the addition of CreatorId field to channels
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