From 56be6b539c2a75591f1074079d6527edb74239c5 Mon Sep 17 00:00:00 2001 From: Scott Bishel Date: Mon, 9 Aug 2021 08:05:34 -0600 Subject: [PATCH] update prepackage board version to 0.8.2 (#18071) Co-authored-by: Mattermod --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 59670427d5..7bfeb45058 100644 --- a/Makefile +++ b/Makefile @@ -120,7 +120,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.3 +PLUGIN_PACKAGES += focalboard-v0.8.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)