Skip to content

Commit

Permalink
bump ML version in Bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
RinLovesYou committed Jan 9, 2024
1 parent da65bb4 commit ca74c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bootstrap/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pub type InvokeFnIl2Cpp = extern "C" fn(
pub type InitFnMono = extern "C" fn(*const c_char, *const c_char) -> *mut MonoDomain;
pub type InitFnIl2Cpp = extern "C" fn(*const c_char) -> *mut Il2CppDomain;

pub const MELON_VERSION: &str = "0.6.1";
pub const MELON_VERSION: &str = "0.6.2";

pub const IS_ALPHA: bool = false;

Expand Down

0 comments on commit ca74c51

Please sign in to comment.