fix: Use correct brand in clap version string

This commit is contained in:
Jade Ellis
2025-05-23 21:10:48 +01:00
parent b9d60c64e5
commit ea5dc8e09d
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ use conduwuit_core::{
#[clap(
about,
long_about = None,
name = "conduwuit",
name = conduwuit_core::name(),
version = conduwuit_core::version(),
)]
pub(crate) struct Args {