From 7e67f9cd1d29d6522a6b3cd8750b4bd84b1013b4 Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Mon, 28 May 2018 19:33:40 +0200 Subject: [PATCH] Upgrade Mattermost to v4.10.0 (#523) Fixes YunoHost-Apps/mattermost_ynh/issues/102 Based on https://github.com/YunoHost-Apps/mattermost_ynh/commit/9689db3f012a6da499092549b3201bff8f10e6b8. Previous Mattermost version was 4.6.1. I'm considering switching to a `HEAD` pointer on a stable branch, but let's publish a classic style upgrade first. --- community.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community.json b/community.json index 65ebe03f..8ffbe89b 100644 --- a/community.json +++ b/community.json @@ -713,7 +713,7 @@ "mattermost": { "branch": "master", "level": 7, - "revision": "8101d3a67a02dd95361120b740d39994c04fbf56", + "revision": "9689db3f012a6da499092549b3201bff8f10e6b8", "state": "working", "url": "https://github.com/YunoHost-Apps/mattermost_ynh" }, @@ -1422,4 +1422,4 @@ "state": "inprogress", "url": "https://github.com/courgette/zomburl_ynh" } -} \ No newline at end of file +}