mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-25 02:41:21 +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"))
|
|
}
|