pub const COMMIT_HASH: &str = r#"dbdae9ac96cfabf42f1e1176d76a9dc75c144f10"#;
Expand description
The full commit hash of the Git commit that this project was built from.
An abbreviated, but not necessarily unique, version of this is SHORT_COMMIT
.
This constant will be empty if the last commit cannot be determined.