small fix for the ghost executable version

Signed-off-by: Uncle Stinky <uncle.stinky@ghostchain.io>
This commit is contained in:
Uncle Stinky
2024-10-13 20:46:29 +03:00
parent f8168e525f
commit 9c5ab07cf9
3 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "ghost-cli"
description = "Ghost Client Node"
description = "Implementation of a Ghost Client Node in Rust"
version.workspace = true
edition.workspace = true
authors.workspace = true

View File

@@ -29,7 +29,7 @@ impl SubstrateCli for Cli {
}
fn impl_version() -> String {
env!("CARGO_PKG_DESCRIPTION").into()
env!("SUBSTRATE_CLI_IMPL_VERSION").into()
}
fn description() -> String {