1.18.2-pre1

This commit is contained in:
Misode
2022-02-18 22:54:00 +01:00
parent d0355b2342
commit 1812d5d2a6
8 changed files with 48 additions and 32 deletions
+1
View File
@@ -25,6 +25,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'
}