server: fix command line version stuck at 0.1

This commit is contained in:
Valentin Tolmer 2021-12-08 10:40:33 +01:00 committed by nitnelave
parent ef0a0ffced
commit 110b7c7d5b

View File

@ -3,7 +3,7 @@ use lettre::message::Mailbox;
/// lldap is a lightweight LDAP server /// lldap is a lightweight LDAP server
#[derive(Debug, Clap, Clone)] #[derive(Debug, Clap, Clone)]
#[clap(version = "0.1", author = "The LLDAP team")] #[clap(version, author)]
pub struct CLIOpts { pub struct CLIOpts {
/// Export /// Export
#[clap(subcommand)] #[clap(subcommand)]