diff --git a/crates/pacdef_core/src/core.rs b/crates/pacdef_core/src/core.rs index 6202a0c..618ca03 100644 --- a/crates/pacdef_core/src/core.rs +++ b/crates/pacdef_core/src/core.rs @@ -367,7 +367,7 @@ fn show_error(error: &anyhow::Error, backend: &dyn Backend) { /// If the crate was compiled from git, return `pacdef, ()`. /// Otherwise return `pacdef, `. const fn get_name_and_version() -> &'static str { - formatcp!("pacdef, version {}", get_version_string()) + formatcp!("pacdef, version: {}", get_version_string()) } /// If the crate was compiled from git, return ` ()`. Otherwise