diff options
Diffstat (limited to 'vendor/github.com/mattermost/mattermost-server/v5/model/version.go')
-rw-r--r-- | vendor/github.com/mattermost/mattermost-server/v5/model/version.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/github.com/mattermost/mattermost-server/v5/model/version.go b/vendor/github.com/mattermost/mattermost-server/v5/model/version.go index 11e0427a..aba587f7 100644 --- a/vendor/github.com/mattermost/mattermost-server/v5/model/version.go +++ b/vendor/github.com/mattermost/mattermost-server/v5/model/version.go @@ -13,6 +13,7 @@ import ( // It should be maintained in chronological order with most current // release at the front of the list. var versions = []string{ + "5.29.0", "5.28.0", "5.27.0", "5.26.0", |