Set 1.18.2 as the default version

This commit is contained in:
Misode
2022-03-05 03:55:18 +01:00
parent 62e3b98829
commit 1c51fb4e66
2 changed files with 2 additions and 3 deletions

View File

@@ -26,8 +26,7 @@ export namespace Store {
if (version && VersionIds.includes(version as VersionId)) {
return version as VersionId
}
if (version === 'latest') return '1.18.2' // Upgrade path, remove in the future
return '1.18'
return '1.18.2'
}
export function getIndent() {