Skip to content

Commit

Permalink
remove git long version (#959)
Browse files Browse the repository at this point in the history
  • Loading branch information
noise64 authored Sep 20, 2024
1 parent 059b642 commit 2ab08f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion golem-common/src/golem_version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pub use git_version::git_version;
macro_rules! golem_version {
() => {{
let version = golem_common::golem_version::git_version!(
args = ["--tags", "--long"],
args = ["--tags"],
cargo_prefix = "",
fallback = "0.0.0"
);
Expand Down

0 comments on commit 2ab08f3

Please sign in to comment.