Merge branch 'get-version2' into 'main'

Fix to get server version, sorry

See merge request veilid/veilid!129
This commit is contained in:
Christien Rioux 2023-08-18 22:31:45 +00:00
commit 9a17a0f8f6

View File

@ -8,7 +8,7 @@ use veilid_core::{TypedKeyGroup, TypedSecretGroup};
fn do_clap_matches(default_config_path: &OsStr) -> Result<clap::ArgMatches, clap::Error> {
let matches = Command::new("veilid-server")
.version(cargo_version!())
.version(env!("CARGO_PKG_VERSION"))
.about("Veilid Server")
.color(clap::ColorChoice::Auto)
.arg(