From a55ad1cc44c12836eca5652d231902968e04eea1 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 5 May 2026 12:20:32 +0900 Subject: refactor(core): centralize version constant in mozart-core --- crates/mozart-core/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crates/mozart-core/src/lib.rs') diff --git a/crates/mozart-core/src/lib.rs b/crates/mozart-core/src/lib.rs index 5383d9a..bc0da53 100644 --- a/crates/mozart-core/src/lib.rs +++ b/crates/mozart-core/src/lib.rs @@ -10,3 +10,5 @@ pub mod wildcard; pub use mozart_console_macros::console_format; pub use wildcard::matches_wildcard; + +pub const MOZART_VERSION: &str = env!("CARGO_PKG_VERSION"); -- cgit v1.3.1