From fa8269e4ab0c9e2986ef3dd505363a3bc5ab8a52 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Mon, 15 Jul 2024 04:23:49 -0700 Subject: [PATCH] Update Copilot plugin prepackaged version to 0.8.3 (#27645) --- server/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Makefile b/server/Makefile index 289dd23752..13e1bdab9e 100644 --- a/server/Makefile +++ b/server/Makefile @@ -152,7 +152,7 @@ PLUGIN_PACKAGES += mattermost-plugin-playbooks-v1.39.3 PLUGIN_PACKAGES += mattermost-plugin-nps-v1.3.3 PLUGIN_PACKAGES += mattermost-plugin-servicenow-v2.3.4 PLUGIN_PACKAGES += mattermost-plugin-zoom-v1.8.0 -PLUGIN_PACKAGES += mattermost-plugin-ai-v0.8.1 +PLUGIN_PACKAGES += mattermost-plugin-ai-v0.8.3 PLUGIN_PACKAGES += focalboard-v8.0.0 EE_PACKAGES=$(shell $(GO) list $(BUILD_ENTERPRISE_DIR)/...)