From 4a7cf864be1560307c5e34ca51b81bef5bdac645 Mon Sep 17 00:00:00 2001 From: Scott Bishel Date: Fri, 8 Oct 2021 10:25:44 -0600 Subject: [PATCH] update boards to 0.9.2 (#18616) Co-authored-by: Mattermod --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 10db1a1f5a..aec5ee2802 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.9.1 +PLUGIN_PACKAGES += focalboard-v0.9.2 # 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)