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

@@ -15,7 +15,7 @@ interface Version {
changeVersion: (version: VersionId) => unknown,
}
const Version = createContext<Version>({
version: '1.18',
version: '1.18.2',
changeVersion: () => {},
})