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