From ade502c083d8d8350565a5d615963aeaf005dd96 Mon Sep 17 00:00:00 2001 From: Benoit Date: Thu, 3 Apr 2025 21:35:28 +0900 Subject: [PATCH] Mastodon: Bump to 4.3.7 --- cfg/jobs/mastodon.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/jobs/mastodon.run b/cfg/jobs/mastodon.run index 0678996..f79dfc3 100755 --- a/cfg/jobs/mastodon.run +++ b/cfg/jobs/mastodon.run @@ -7,7 +7,7 @@ DIST="${IMAGE%%/*}" VER="${IMAGE#*/}" VER="${VER%/*}" VER="${VER//./-}" -UPSTREAM_VER="4.3.6" +UPSTREAM_VER="4.3.7" UPSTREAM_VER_DASH="${UPSTREAM_VER//./-}" UPSTREAM_NAME="mastodon" SERIAL="1benoitjpnet"