From 4e0c9eb1635b549b97cd5f58509c73e99ddef153 Mon Sep 17 00:00:00 2001 From: Scott Bishel Date: Tue, 27 Jun 2023 11:31:29 -0600 Subject: [PATCH] Prepackage boards v7.11.0 (#23844) --- server/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Makefile b/server/Makefile index 4c696ff297..bc45654596 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.0 PLUGIN_PACKAGES += mattermost-plugin-apps-v1.2.1 -PLUGIN_PACKAGES += focalboard-v7.10.3 +PLUGIN_PACKAGES += focalboard-v7.11.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)