1 2 3 4
/// Define Zbox library version pub const MAJOR_VERSION: u8 = 0; pub const MINOR_VERSION: u8 = 2; pub const PATCH_VERSION: u8 = 0;