Skip to content

Commit

Permalink
fix version string
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchell R. Vollger committed Dec 11, 2024
1 parent b9d45dd commit ffbff67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use std::io::Write;
pub const VERSION: &str = env!("CARGO_PKG_VERSION");
lazy_static! {
pub static ref FULL_VERSION: String = format!(
"{} git details:{}",
"v{}\tgit-details {}",
env!("CARGO_PKG_VERSION"),
env!("VERGEN_GIT_DESCRIBE")
);
Expand Down

0 comments on commit ffbff67

Please sign in to comment.