From 9dcd61c1248f72f85ed390e3b132d1c4c8eef9f8 Mon Sep 17 00:00:00 2001 From: Scott Bishel Date: Fri, 11 Feb 2022 11:53:16 -0700 Subject: [PATCH] prepackage focalboard v0.14.0 (#19518) Co-authored-by: Mattermod --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 086ec0ef4f..bae919c900 100644 --- a/Makefile +++ b/Makefile @@ -129,7 +129,7 @@ PLUGIN_PACKAGES += mattermost-plugin-jira-v2.4.0 PLUGIN_PACKAGES += mattermost-plugin-nps-v1.1.0 PLUGIN_PACKAGES += mattermost-plugin-welcomebot-v1.2.0 PLUGIN_PACKAGES += mattermost-plugin-zoom-v1.5.0 -PLUGIN_PACKAGES += focalboard-v0.12.1 +PLUGIN_PACKAGES += focalboard-v0.14.0 # Prepares the enterprise build if exists. The IGNORE stuff is a hack to get the Makefile to execute the commands outside a target ifeq ($(BUILD_ENTERPRISE_READY),true)