summaryrefslogtreecommitdiffstats
path: root/model/utils.go
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-08-20 09:55:14 -0400
committerJoramWilander <jwawilander@gmail.com>2015-08-20 09:55:14 -0400
commitb5d87fea99eb39daad52fe2c751ba65d1c542989 (patch)
treeccbd7f5b32af13b23a1e4ca70a472b414d175bb5 /model/utils.go
parent65f1d0297e2d8221de5e00bc8ec28c965395b598 (diff)
downloadchat-b5d87fea99eb39daad52fe2c751ba65d1c542989.tar.gz
chat-b5d87fea99eb39daad52fe2c751ba65d1c542989.tar.bz2
chat-b5d87fea99eb39daad52fe2c751ba65d1c542989.zip
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