Fix to get server version, sorry
This commit is contained in:
		| @@ -8,7 +8,7 @@ use veilid_core::{TypedKeyGroup, TypedSecretGroup}; | |||||||
|  |  | ||||||
| fn do_clap_matches(default_config_path: &OsStr) -> Result<clap::ArgMatches, clap::Error> { | fn do_clap_matches(default_config_path: &OsStr) -> Result<clap::ArgMatches, clap::Error> { | ||||||
|     let matches = Command::new("veilid-server") |     let matches = Command::new("veilid-server") | ||||||
|         .version(cargo_version!()) |         .version(env!("CARGO_PKG_VERSION")) | ||||||
|         .about("Veilid Server") |         .about("Veilid Server") | ||||||
|         .color(clap::ColorChoice::Auto) |         .color(clap::ColorChoice::Auto) | ||||||
|         .arg( |         .arg( | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user