Skip to content

Commit

Permalink
fix: incorrect version format in info-endpoint
Browse files Browse the repository at this point in the history
fixes #319
  • Loading branch information
ngutech21 committed Dec 13, 2024
1 parent d1db69b commit 9ebd59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moksha-mint/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ impl BuildParams {

pub fn full_version(&self) -> String {
format!(
"{}-{}",
"moksha-mint/{}-{}",
self.cargo_pkg_version
.as_ref()
.unwrap_or(&"unknown".to_string()),
Expand Down

0 comments on commit 9ebd59d

Please sign in to comment.