summaryrefslogtreecommitdiffstats
path: root/model
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-06-22 14:38:35 -0400
committerJoramWilander <jwawilander@gmail.com>2015-06-29 07:45:13 -0400
commitd090f5698addecf5e6a0380601ee5550563071c5 (patch)
tree4549131b24959aa700dd2fc8d27b0c5fd3faa73d /model
parentc3ebd3e6be97d360e561853fb74d49483d8f0627 (diff)
downloadchat-d090f5698addecf5e6a0380601ee5550563071c5.tar.gz
chat-d090f5698addecf5e6a0380601ee5550563071c5.tar.bz2
chat-d090f5698addecf5e6a0380601ee5550563071c5.zip
update etag version
Diffstat (limited to 'model')
-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