Skip to content

Commit

Permalink
Bump version to 0.3.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
de-vri-es committed Dec 13, 2023
1 parent 320734e commit c1bf57b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.8"
version = "0.3.9"
authors = [
"David Roundy <[email protected]>",
"Maarten de Vries <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions git-version/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.8"
version = "0.3.9"
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.8", path = "../git-version-macro" }
git-version-macro = { version = "=0.3.9", path = "../git-version-macro" }

[dev-dependencies]
assert2 = "0.3.11"
Expand Down

0 comments on commit c1bf57b

Please sign in to comment.