Skip to main content

maa_version

Function maa_version 

Source
pub fn maa_version() -> &'static str
Expand description

Get the MaaFramework version string.

ยงExample

println!("MaaFramework version: {}", maa_framework::maa_version());