mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Update etag version for the addition of CreatorId field to channels
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user