diff options
author | Wim <wim@42.be> | 2021-10-30 15:17:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-30 15:17:50 +0200 |
commit | 835dd2635af46e3c8604fae8c9d383a80535c29e (patch) | |
tree | f433dd39c7cf8b35f73ff885ac7fb6f508958263 /vendor/github.com/mattermost/mattermost-server/v6/model/version.go | |
parent | f65b18c2f6716744fe2f781843f83ddc325b73ec (diff) | |
download | matterbridge-msglm-835dd2635af46e3c8604fae8c9d383a80535c29e.tar.gz matterbridge-msglm-835dd2635af46e3c8604fae8c9d383a80535c29e.tar.bz2 matterbridge-msglm-835dd2635af46e3c8604fae8c9d383a80535c29e.zip |
Update dependencies (#1628)
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 b75a4e9c..13170dc5 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.0.2", + "6.0.1", "6.0.0", "5.39.0", "5.38.0", |