diff options
Diffstat (limited to 'vendor/github.com/mattermost/mattermost-server/v6/model/version.go')
-rw-r--r-- | vendor/github.com/mattermost/mattermost-server/v6/model/version.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vendor/github.com/mattermost/mattermost-server/v6/model/version.go b/vendor/github.com/mattermost/mattermost-server/v6/model/version.go index 13170dc5..4e578887 100644 --- a/vendor/github.com/mattermost/mattermost-server/v6/model/version.go +++ b/vendor/github.com/mattermost/mattermost-server/v6/model/version.go @@ -13,8 +13,7 @@ import ( // It should be maintained in chronological order with most current // release at the front of the list. var versions = []string{ - "6.0.2", - "6.0.1", + "6.1.0", "6.0.0", "5.39.0", "5.38.0", |