From 0d961b00d9858bec4f45f635e7587d523dbe1cbf Mon Sep 17 00:00:00 2001 From: Scott Bishel Date: Wed, 6 Oct 2021 13:28:10 -0600 Subject: [PATCH] Prepackaged boards to 0.9.1 (#18405) * update prepackaged boards to 0.9.0 * update to 0.9.1 Co-authored-by: Mattermod --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 52efaef3c8..10db1a1f5a 100644 --- a/Makefile +++ b/Makefile @@ -121,7 +121,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.8.2 +PLUGIN_PACKAGES += focalboard-v0.9.1 # 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)