summaryrefslogtreecommitdiffstats
path: root/model/utils.go
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-06-29 08:14:02 -0400
committerJoram Wilander <jwawilander@gmail.com>2015-06-29 08:14:02 -0400
commit0792eb18d535410b456f3cc569e243efb85a47b6 (patch)
tree4ea6caf1e890703b4bb4e727ebce0099dfc88327 /model/utils.go
parentafb62bb40a012a7e00707f384020e1431abca1ed (diff)
parent366557b101f318b69ad854349c2414783ce1c82a (diff)
downloadchat-0792eb18d535410b456f3cc569e243efb85a47b6.tar.gz
chat-0792eb18d535410b456f3cc569e243efb85a47b6.tar.bz2
chat-0792eb18d535410b456f3cc569e243efb85a47b6.zip
Merge pull request #49 from mattermost/mm-1316
fixes mm-1316 improves channel notifications UI and updates channellist etag
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 262bda319..cc51dfe47 100644
--- a/model/utils.go
+++ b/model/utils.go
@@ -17,7 +17,7 @@ import (
)
const (
- ETAG_ROOT_VERSION = "10"
+ ETAG_ROOT_VERSION = "11"
)
type StringMap map[string]string