File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const (
1515 // DefaultMattermostImage is the default Mattermost docker image
1616 DefaultMattermostImage = "mattermost/mattermost-enterprise-edition"
1717 // DefaultMattermostVersion is the default Mattermost docker tag
18- DefaultMattermostVersion = "9.5.1 "
18+ DefaultMattermostVersion = "9.7.3 "
1919 // DefaultMattermostSize is the default number of users
2020 DefaultMattermostSize = "5000users"
2121 // DefaultMattermostDatabaseType is the default Mattermost database
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const (
1919 // DefaultMattermostImage is the default Mattermost docker image
2020 DefaultMattermostImage = "mattermost/mattermost-enterprise-edition"
2121 // DefaultMattermostVersion is the default Mattermost docker tag
22- DefaultMattermostVersion = "9.2 .3"
22+ DefaultMattermostVersion = "9.7 .3"
2323 // DefaultMattermostSize is the default number of users
2424 DefaultMattermostSize = "5000users"
2525 // DefaultMattermostDatabaseType is the default Mattermost database
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ package test
33const (
44 // LatestStableMattermostVersion is the most recent stable version of
55 // Mattermost.
6- LatestStableMattermostVersion = "9.5.1 "
6+ LatestStableMattermostVersion = "9.7.3 "
77 // PreviousStableMattermostVersion is the latest dot release of Mattermost
88 // that is one minor version lower than the latest release.
99 // i.e. It's a typical release that would need to be upgraded from.
10- PreviousStableMattermostVersion = "9.4 .0"
10+ PreviousStableMattermostVersion = "9.6 .0"
1111)
Original file line number Diff line number Diff line change 44 "fmt"
55)
66
7- var version = "1.21 .0"
7+ var version = "1.22 .0"
88var buildTime string
99var buildHash string
1010
You can’t perform that action at this time.
0 commit comments