From ce5639a6290bcb2403376cabfffe784283ac5b5a Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Wed, 8 Jul 2015 12:43:23 -0400 Subject: Adding comments to change versions in sync --- model/utils.go | 1 + web/react/stores/browser_store.jsx | 2 ++ 2 files changed, 3 insertions(+) diff --git a/model/utils.go b/model/utils.go index 50e427694..465901a09 100644 --- a/model/utils.go +++ b/model/utils.go @@ -17,6 +17,7 @@ import ( ) const ( + // Also change web/react/stores/browser_store.jsx BROWSER_STORE_VERSION ETAG_ROOT_VERSION = "11" ) diff --git a/web/react/stores/browser_store.jsx b/web/react/stores/browser_store.jsx index 770f7a289..b3e54cad5 100644 --- a/web/react/stores/browser_store.jsx +++ b/web/react/stores/browser_store.jsx @@ -2,6 +2,8 @@ // See License.txt for license information. var UserStore = require('../stores/user_store.jsx'); + +// Also change model/utils.go ETAG_ROOT_VERSION var BROWSER_STORE_VERSION = '.1'; module.exports.initalize = function() { -- cgit v1.2.3-1-g7c22