diff --git a/lib/controllers/update-controller.ts b/lib/controllers/update-controller.ts index 40409a439c..a97acaab65 100644 --- a/lib/controllers/update-controller.ts +++ b/lib/controllers/update-controller.ts @@ -89,6 +89,7 @@ export class UpdateController updateOptions.projectDir ); + updateOptions.version = updateOptions.version || PackageVersion.LATEST; try { // this is a preventive check to make sure the passed version exists before doing any backups, however // the update can still fail if the specified tag doesn't exist in one of the updatableDependencies