diff --git a/Makefile b/Makefile index f86fee6847..0a18580077 100644 --- a/Makefile +++ b/Makefile @@ -111,7 +111,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.1 PLUGIN_PACKAGES += mattermost-plugin-gitlab-v1.3.0 -PLUGIN_PACKAGES += mattermost-plugin-incident-collaboration-v1.7.0 +PLUGIN_PACKAGES += mattermost-plugin-incident-collaboration-v1.9.3 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 7a853e34f2..ddc037d4ae 100644 --- a/model/feature_flags.go +++ b/model/feature_flags.go @@ -47,7 +47,7 @@ func (f *FeatureFlags) SetDefaults() { f.EnableRemoteClusterService = false f.AppsEnabled = false - f.PluginIncidentManagement = "1.7.0" + f.PluginIncidentManagement = "1.9.3" f.PluginApps = "" f.CustomDataRetentionEnabled = false }