From 098099aedd1705ad648314d5050bbf4332a8e67b Mon Sep 17 00:00:00 2001 From: Christopher Poile Date: Wed, 18 Aug 2021 08:59:57 -0400 Subject: [PATCH] prepackage v1.16.1 (#18155) --- Makefile | 2 +- model/feature_flags.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 48ec022c94..beb954819f 100644 --- a/Makefile +++ b/Makefile @@ -114,7 +114,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-playbooks-v1.16.0 +PLUGIN_PACKAGES += mattermost-plugin-playbooks-v1.16.1 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 ccaaddeefb..9dc42bc508 100644 --- a/model/feature_flags.go +++ b/model/feature_flags.go @@ -52,7 +52,7 @@ func (f *FeatureFlags) SetDefaults() { f.CollapsedThreads = true f.EnableRemoteClusterService = false f.AppsEnabled = false - f.PluginIncidentManagement = "1.16.0" + f.PluginIncidentManagement = "1.16.1" f.PluginApps = "" f.PluginFocalboard = "" f.TimedDND = false