mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 07:10:41 +00:00
Set 1.18.2 as the default version
This commit is contained in:
@@ -15,7 +15,7 @@ interface Version {
|
||||
changeVersion: (version: VersionId) => unknown,
|
||||
}
|
||||
const Version = createContext<Version>({
|
||||
version: '1.18',
|
||||
version: '1.18.2',
|
||||
changeVersion: () => {},
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user