chore: bad reference

releases/v3
cdotyab 2022-11-17 14:58:04 -06:00
parent 6bdc8cae1b
commit 35c4da6eed
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ module.exports = class Git extends BaseVersioning {
// Get the new version // Get the new version
this.newVersion = await bumpVersion( this.newVersion = await bumpVersion(
releaseType, releaseType,
oldVersion, this.oldVersion,
) )
// We are done // We are done