From 2727bb122e17b85686ae8b905a8d303297426961 Mon Sep 17 00:00:00 2001 From: Scott Bishel Date: Mon, 13 Dec 2021 06:33:48 -0700 Subject: [PATCH] prepackage boards to v0.10.0 (#19111) Co-authored-by: Mattermod --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ab3464bf87..d81ea1f853 100644 --- a/Makefile +++ b/Makefile @@ -123,7 +123,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.10.0 +PLUGIN_PACKAGES += focalboard-v0.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)