Skip to content

Commit ca74c51

Browse files
committed
bump ML version in Bootstrap
1 parent da65bb4 commit ca74c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bootstrap/src/constants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pub type InvokeFnIl2Cpp = extern "C" fn(
1818
pub type InitFnMono = extern "C" fn(*const c_char, *const c_char) -> *mut MonoDomain;
1919
pub type InitFnIl2Cpp = extern "C" fn(*const c_char) -> *mut Il2CppDomain;
2020

21-
pub const MELON_VERSION: &str = "0.6.1";
21+
pub const MELON_VERSION: &str = "0.6.2";
2222

2323
pub const IS_ALPHA: bool = false;
2424

0 commit comments

Comments
 (0)