From 9f552e30a3e9e30120708a8eac82885695b54f34 Mon Sep 17 00:00:00 2001 From: beerpsi Date: Tue, 26 Dec 2023 00:01:16 +0700 Subject: [PATCH] bump chuniio api version --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 2b691b9..37fa296 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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]