From 334fec1e2db006337799f55244d6ac187b986383 Mon Sep 17 00:00:00 2001 From: Miguel de la Cruz Date: Wed, 7 Jul 2021 17:32:56 +0200 Subject: [PATCH] Prepackage focalboard v0.7.3 (#17867) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 480fc0d1ec..0a500f91e6 100644 --- a/Makefile +++ b/Makefile @@ -117,7 +117,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.7.0 +PLUGIN_PACKAGES += focalboard-v0.7.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)