Skip to main content

VERSION

Constant VERSION 

Source
pub const VERSION: &str = "0.1.25";
Expand description

Library version, matching Cargo.toml.

This can be used to verify SDK compatibility:

assert!(!mobench_sdk::VERSION.is_empty());