We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da65bb4 commit ca74c51Copy full SHA for ca74c51
Bootstrap/src/constants.rs
@@ -18,7 +18,7 @@ pub type InvokeFnIl2Cpp = extern "C" fn(
18
pub type InitFnMono = extern "C" fn(*const c_char, *const c_char) -> *mut MonoDomain;
19
pub type InitFnIl2Cpp = extern "C" fn(*const c_char) -> *mut Il2CppDomain;
20
21
-pub const MELON_VERSION: &str = "0.6.1";
+pub const MELON_VERSION: &str = "0.6.2";
22
23
pub const IS_ALPHA: bool = false;
24
0 commit comments