summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/mattermost/mattermost-server/v5/model/version.go
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-18 20:19:12 +0100
committerGitHub <noreply@github.com>2022-01-18 20:19:12 +0100
commitfecca575078a21dedb0cab213dde7fd97161c0fa (patch)
treedf5f1fe56d3719941018958521718f6c7c466d4c /vendor/github.com/mattermost/mattermost-server/v5/model/version.go
parent2bcad846c081cb487b22679586bfc402785a9d43 (diff)
downloadmatterbridge-msglm-fecca575078a21dedb0cab213dde7fd97161c0fa.tar.gz
matterbridge-msglm-fecca575078a21dedb0cab213dde7fd97161c0fa.tar.bz2
matterbridge-msglm-fecca575078a21dedb0cab213dde7fd97161c0fa.zip
Bump github.com/mattermost/mattermost-server/v5 from 5.39.0 to 5.39.3 (#1682)
Bumps [github.com/mattermost/mattermost-server/v5](https://github.com/mattermost/mattermost-server) from 5.39.0 to 5.39.3. - [Release notes](https://github.com/mattermost/mattermost-server/releases) - [Changelog](https://github.com/mattermost/mattermost-server/blob/master/CHANGELOG.md) - [Commits](https://github.com/mattermost/mattermost-server/compare/v5.39.0...v5.39.3) --- updated-dependencies: - dependency-name: github.com/mattermost/mattermost-server/v5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.go3
1 files changed, 3 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 36acddf2..28904965 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,9 @@ import (
// It should be maintained in chronological order with most current
// release at the front of the list.
var versions = []string{
+ "5.39.3",
+ "5.39.2",
+ "5.39.1",
"5.39.0",
"5.38.2",
"5.38.1",