diff options
Diffstat (limited to 'crates/mozart/src/main.rs')
| -rw-r--r-- | crates/mozart/src/main.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/mozart/src/main.rs b/crates/mozart/src/main.rs index 8201d87..35f8485 100644 --- a/crates/mozart/src/main.rs +++ b/crates/mozart/src/main.rs @@ -1,5 +1,6 @@ use clap::Parser; use mozart::commands; +use mozart_core::MOZART_VERSION; use mozart_core::exit_code; use tracing_subscriber::{EnvFilter, fmt, prelude::*}; @@ -48,7 +49,7 @@ async fn main() { "{}", mozart_core::console_format!( "<info>Mozart</info> version <comment>{}</comment> {}", - env!("CARGO_PKG_VERSION"), + MOZART_VERSION, build_date ) ); |
