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

@@ -6,8 +6,8 @@ package sqlstore
import (
sq "github.com/Masterminds/squirrel"
"github.com/mattermost/mattermost-server/v5/model"
"github.com/mattermost/mattermost-server/v5/shared/mlog"
"github.com/mattermost/mattermost-server/v6/model"
"github.com/mattermost/mattermost-server/v6/shared/mlog"
)
type relationalCheckConfig struct {