From b5d87fea99eb39daad52fe2c751ba65d1c542989 Mon Sep 17 00:00:00 2001 From: JoramWilander Date: Thu, 20 Aug 2015 09:55:14 -0400 Subject: Update etag version for the addition of CreatorId field to channels --- model/utils.go | 2 +- web/react/stores/browser_store.jsx | 2 +- 2 files changed, 2 insertions(+), 2 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 diff --git a/web/react/stores/browser_store.jsx b/web/react/stores/browser_store.jsx index 436b8d76d..b1f51e5f4 100644 --- a/web/react/stores/browser_store.jsx +++ b/web/react/stores/browser_store.jsx @@ -10,7 +10,7 @@ function getPrefix() { } // Also change model/utils.go ETAG_ROOT_VERSION -var BROWSER_STORE_VERSION = '.4'; +var BROWSER_STORE_VERSION = '.5'; module.exports = { initialized: false, -- cgit v1.2.3-1-g7c22