From d386ab090f1e643da987a622d32569266c068a97 Mon Sep 17 00:00:00 2001 From: Sodbileg Gansukh Date: Wed, 20 Jul 2022 12:18:01 +0800 Subject: [PATCH] Update Ghost version compatibility default value --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 18fca40..b5c8e03 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -123,7 +123,7 @@ exports.release = async () => { type: 'input', name: 'compatibleWithGhost', message: 'Which version of Ghost is it compatible with?', - default: '4.0.0' + default: '5.0.0' }]); const compatibleWithGhost = result.compatibleWithGhost;