1 2 3 4
/// Print version pub(crate) fn print_version() { println!("hyperlane-cli {}", env!("CARGO_PKG_VERSION")); }