From 7e3c0dfa4c1ec4d5cf4f2e3da5ae293e79cf3c7b Mon Sep 17 00:00:00 2001 From: Scott Bishel Date: Mon, 2 Oct 2023 16:03:07 -0600 Subject: [PATCH] update prepackage boards to v7.11.4 (#24619) Co-authored-by: Mattermost Build --- server/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Makefile b/server/Makefile index 8790e9d2f4..6524bb8e67 100644 --- a/server/Makefile +++ b/server/Makefile @@ -177,7 +177,7 @@ PLUGIN_PACKAGES += mattermost-plugin-todo-v0.6.1 PLUGIN_PACKAGES += mattermost-plugin-welcomebot-v1.3.0 PLUGIN_PACKAGES += mattermost-plugin-zoom-v1.6.2 PLUGIN_PACKAGES += mattermost-plugin-apps-v1.2.2 -PLUGIN_PACKAGES += focalboard-v7.11.3 +PLUGIN_PACKAGES += focalboard-v7.11.4 # 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)