Skip to main content

VERSION_LINE

Constant VERSION_LINE 

Source
pub const VERSION_LINE: &str = "v0.9.10 (unknown)";
Expand description

The canonical version-identity line: v<CARGO_PKG_VERSION> (<git hash>). The ONE source of truth for the znippy binary’s identity string — printed by znippy --version / -V. Combined with clap’s command name znippy, the version flag emits znippy v<version> (<hash>).