From 0c542bc86ce9fed0776a0150f10e536901e88825 Mon Sep 17 00:00:00 2001 From: Scott Bishel Date: Thu, 13 Jan 2022 06:54:09 -0700 Subject: [PATCH] prepackage boards to v0.12.0 (#19299) Co-authored-by: Mattermod --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 610458a07e..ed3650bc65 100644 --- a/Makefile +++ b/Makefile @@ -129,7 +129,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.11.0 +PLUGIN_PACKAGES += focalboard-v0.12.0 # 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)