From f2e27a39da0772fd9c65084396638a69f85d833b Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Thu, 4 Mar 2021 16:33:58 -0800 Subject: [PATCH] Moving pre-packaged to Incident Collaboration v1.5.2 (#17074) --- Makefile | 2 +- model/feature_flags.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b7c644c585..47a9106abd 100644 --- a/Makefile +++ b/Makefile @@ -102,7 +102,7 @@ PLUGIN_PACKAGES += mattermost-plugin-channel-export-v0.2.2 PLUGIN_PACKAGES += mattermost-plugin-custom-attributes-v1.3.0 PLUGIN_PACKAGES += mattermost-plugin-github-v2.0.0 PLUGIN_PACKAGES += mattermost-plugin-gitlab-v1.3.0 -PLUGIN_PACKAGES += mattermost-plugin-incident-collaboration-v1.5.1 +PLUGIN_PACKAGES += mattermost-plugin-incident-collaboration-v1.5.2 PLUGIN_PACKAGES += mattermost-plugin-jenkins-v1.1.0 PLUGIN_PACKAGES += mattermost-plugin-jira-v2.4.0 PLUGIN_PACKAGES += mattermost-plugin-nps-v1.1.0 diff --git a/model/feature_flags.go b/model/feature_flags.go index aafc10e277..484a645cd1 100644 --- a/model/feature_flags.go +++ b/model/feature_flags.go @@ -35,7 +35,7 @@ func (f *FeatureFlags) SetDefaults() { f.CollapsedThreads = false f.FilesSearch = false f.CustomUserStatuses = false - f.PluginIncidentManagement = "1.5.1" + f.PluginIncidentManagement = "1.5.2" } func (f *FeatureFlags) Plugins() map[string]string {