MM-36271: Bump major version to 6.0 (#17973)

https://mattermost.atlassian.net/browse/MM-36271

```release-note
We bump the major version to 6.0
```
This commit is contained in:
Agniva De Sarker
2021-07-22 12:21:47 +05:30
committed by GitHub
parent 33edd645c7
commit c4b4e1bc38
899 changed files with 2383 additions and 2384 deletions

View File

@@ -7,7 +7,7 @@ import (
"encoding/json"
"io"
"github.com/mattermost/mattermost-server/v5/shared/i18n"
"github.com/mattermost/mattermost-server/v6/shared/i18n"
)
// WebSocketRequest represents a request made to the server through a websocket.