diff --git a/gulpfile.js b/gulpfile.js index 4fc3133..e09df6f 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -121,7 +121,7 @@ exports.release = async () => { type: 'input', name: 'compatibleWithGhost', message: 'Which version of Ghost is it compatible with?', - default: '3.0.0' + default: '4.0.0' }]); const compatibleWithGhost = result.compatibleWithGhost;