From f46694037d253fec7a4c0443efefbe72a8260536 Mon Sep 17 00:00:00 2001 From: Scott Bishel Date: Thu, 24 Aug 2023 02:05:03 -0600 Subject: [PATCH] update prepackaged boards to v7.11.3 (#24330) Co-authored-by: Mattermost Build --- server/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Makefile b/server/Makefile index 28712036b2..93bdecba3c 100644 --- a/server/Makefile +++ b/server/Makefile @@ -176,7 +176,7 @@ PLUGIN_PACKAGES += mattermost-plugin-todo-v0.6.1 PLUGIN_PACKAGES += mattermost-plugin-welcomebot-v1.3.0 PLUGIN_PACKAGES += mattermost-plugin-zoom-v1.6.0 PLUGIN_PACKAGES += mattermost-plugin-apps-v1.2.2 -PLUGIN_PACKAGES += focalboard-v7.11.2 +PLUGIN_PACKAGES += focalboard-v7.11.3 # 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)