pub const VERSION_PATCH: &str = "0";
The patch version of the crate, as specified in the Cargo.toml file.
assert_eq!(umya_spreadsheet::VERSION_PATCH, "0");