mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-02-24 03:24:54 +01:00
4 lines
114 B
Rust
4 lines
114 B
Rust
pub fn cli_version() -> &'static str {
|
|
option_env!("YAAK_CLI_VERSION").unwrap_or(env!("CARGO_PKG_VERSION"))
|
|
}
|