From bc561620cb68d1445c0ecfb054858b6f56bb0948 Mon Sep 17 00:00:00 2001 From: kshitij katiyar <90389917+Kshitij-Katiyar@users.noreply.github.com> Date: Fri, 16 May 2025 09:45:09 +0530 Subject: [PATCH] Bump prepackage Github plugin version to 2.4.0 (#30668) Co-authored-by: Doug Lauder --- server/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Makefile b/server/Makefile index 370ce53a1a..6874bff456 100644 --- a/server/Makefile +++ b/server/Makefile @@ -137,7 +137,7 @@ TEMPLATES_DIR=templates # Plugins Packages PLUGIN_PACKAGES ?= $(PLUGIN_PACKAGES:) PLUGIN_PACKAGES += mattermost-plugin-calls-v1.7.1 -PLUGIN_PACKAGES += mattermost-plugin-github-v2.3.0 +PLUGIN_PACKAGES += mattermost-plugin-github-v2.4.0 PLUGIN_PACKAGES += mattermost-plugin-gitlab-v1.10.0 PLUGIN_PACKAGES += mattermost-plugin-jira-v4.2.1 # We need to prepackage both versions of playbooks and install the correct one based on the server license. See MM-60025.