pub const VERSION: &str = "0.39.0";Expand description
Application version (root crate version, for use by sub-crates).
Sub-crates should receive this via parameter rather than using
env!("CARGO_PKG_VERSION") which resolves to the sub-crate’s version.