Files
yaak-mountain-loop/crates-cli/yaak-cli/src/version.rs
2026-02-22 16:03:05 -08:00

4 lines
114 B
Rust

pub fn cli_version() -> &'static str {
option_env!("YAAK_CLI_VERSION").unwrap_or(env!("CARGO_PKG_VERSION"))
}