Update Minecraft version when there is a migration

This commit is contained in:
Kallum Jones 2022-08-08 14:19:24 +01:00
parent b69b6bd725
commit 7ad2992149
No known key found for this signature in database
GPG Key ID: D7F4589C4D7F81A9
1 changed files with 1 additions and 0 deletions

View File

@ -315,6 +315,7 @@ export default class Mods {
}
}
await MinecraftUtils.updateCurrentMinecraftVersion(version)
PrintUtils.success(`Successfully migrated to ${version}`)
}
}