From 60b20dbd92e4bd62bfe91d8154323dff26fe1052 Mon Sep 17 00:00:00 2001 From: Scott Bishel Date: Thu, 14 Oct 2021 14:57:03 -0600 Subject: [PATCH] update focalboard to 0.9.3 (#18688) Co-authored-by: Mattermod --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a5fb38a325..6fb403d4eb 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.9.2 +PLUGIN_PACKAGES += focalboard-v0.9.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)