diff --git a/src/version/git.js b/src/version/git.js index 4057434..e57db5c 100644 --- a/src/version/git.js +++ b/src/version/git.js @@ -17,7 +17,7 @@ module.exports = class Git extends BaseVersioning { // Get the new version this.newVersion = await bumpVersion( releaseType, - oldVersion, + this.oldVersion, ) // We are done