pub const VERSION: &str = "0.1.25";
Library version, matching Cargo.toml.
Cargo.toml
This can be used to verify SDK compatibility:
assert!(!mobench_sdk::VERSION.is_empty());