summaryrefslogtreecommitdiffstats
path: root/model/utils.go
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-06-29 20:38:02 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-06-29 20:38:02 +0500
commitfce4ad42cbbcd890c9bc8d5fc4963eec7b4867dc (patch)
tree4ea6caf1e890703b4bb4e727ebce0099dfc88327 /model/utils.go
parent86f774e1b07cda8b451bf5fa23b6de2a1d78dfea (diff)
parent0792eb18d535410b456f3cc569e243efb85a47b6 (diff)
downloadchat-fce4ad42cbbcd890c9bc8d5fc4963eec7b4867dc.tar.gz
chat-fce4ad42cbbcd890c9bc8d5fc4963eec7b4867dc.tar.bz2
chat-fce4ad42cbbcd890c9bc8d5fc4963eec7b4867dc.zip
Merge branch 'master' of https://github.com/mattermost/platform
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