Skip to content

Commit

Permalink
Set project version to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
omus authored Jul 27, 2021
1 parent 43f5ef5 commit b5ad8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ keywords = ["testing", "mocking"]
license = "MIT"
desc = "Allows Julia function calls to be temporarily overloaded for purpose of testing"
author = ["Curtis Vogt"]
version = "0.7.1"
version = "0.7.2"

[deps]
ExprTools = "e2ba6199-217a-4e67-a87a-7c52f15ade04"
Expand Down

2 comments on commit b5ad8d0

@omus
Copy link
Member Author

@omus omus commented on b5ad8d0 Jul 27, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/41644

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.7.2 -m "<description of version>" b5ad8d0f33ff6cde7700b187c4ed641055f8710b
git push origin v0.7.2

Please sign in to comment.