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 | 2 |
1 files changed, 2 insertions, 0 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 4e578887..6020d5f8 100644 --- a/vendor/github.com/mattermost/mattermost-server/v6/model/version.go +++ b/vendor/github.com/mattermost/mattermost-server/v6/model/version.go @@ -13,6 +13,8 @@ import ( // It should be maintained in chronological order with most current // release at the front of the list. var versions = []string{ + "6.3.0", + "6.2.0", "6.1.0", "6.0.0", "5.39.0", |