From ed38cad6619f1a5ed39bbbf78c0d1e2ccd3149c1 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sat, 12 Nov 2022 09:47:11 -0800 Subject: [PATCH] test: update mastodon to 3.5.3 (#2175) --- bin/clone-mastodon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/clone-mastodon.js b/bin/clone-mastodon.js index 0dc2d8a6..7ce9077c 100644 --- a/bin/clone-mastodon.js +++ b/bin/clone-mastodon.js @@ -12,7 +12,7 @@ const __dirname = path.dirname(new URL(import.meta.url).pathname) const dir = __dirname const GIT_URL = 'https://github.com/tootsuite/mastodon.git' -const GIT_TAG = 'v3.5.1' +const GIT_TAG = 'v3.5.3' const mastodonDir = path.join(dir, '../mastodon')