bump chuniio api version

This commit is contained in:
beerpsi 2023-12-26 00:01:16 +07:00
parent 1ddf98ea91
commit 9f552e30a3
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ extern "system" fn DllMain(_dll_module: HINSTANCE, call_reason: DWORD, _reserved
#[no_mangle]
pub extern "C" fn chuni_io_get_api_version() -> u16 {
0x0101
0x0102
}
#[no_mangle]