Skip to content

Commit

Permalink
Bump version to 0.3.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
de-vri-es committed Nov 15, 2023
1 parent e474ac9 commit a9ef683
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "git-version"
description = "Compile the git version (tag name, or hash otherwise) and dirty state into your program."
version = "0.3.7"
version = "0.3.8"
authors = [
"Mara Bos <[email protected]>",
"Maarten de Vries <[email protected]>",
Expand All @@ -16,7 +16,7 @@ edition = "2021"
readme = "README.md"

[dependencies]
git-version-macro = { version = "=0.3.6", path = "git-version-macro" }
git-version-macro = { version = "=0.3.8", path = "git-version-macro" }

[workspace]
resolver = "2"
Expand Down
2 changes: 1 addition & 1 deletion git-version-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "git-version-macro"
version = "0.3.7"
version = "0.3.8"
authors = [
"David Roundy <[email protected]>",
"Maarten de Vries <[email protected]>",
Expand Down

0 comments on commit a9ef683

Please sign in to comment.