Constant libredr_common::connection::build::LAST_TAG
source ยท pub const LAST_TAG: &str = r#"v0.0.18"#;
Expand description
The name of the last Git tag on the branch that this project was built from.
As opposed to TAG
, this does not require the current commit to be tagged, just one of its parents.
This constant will be empty if the last tag cannot be determined.