This commit is contained in:
waalge
2023-09-27 21:03:47 +00:00
committed by Lucas
parent f5fb84f104
commit 37ec2b121b
2 changed files with 1 additions and 2 deletions

View File

@@ -58,6 +58,5 @@ fn version() -> String {
"v{} {}",
built_info::PKG_VERSION,
built_info::GIT_COMMIT_HASH_SHORT
.unwrap_or(&env::var("GIT_COMMIT_HASH_SHORT").unwrap_or("unknown".to_string()))
)
}