Skip to content

Commit

Permalink
Merge pull request #273 from invenia/npr/next-version
Browse files Browse the repository at this point in the history
Increment to next non-breaking version
  • Loading branch information
nickrobinson251 authored Feb 15, 2021
2 parents f9c2c42 + 32f215f commit f9013b7
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
@@ -1,7 +1,7 @@
name = "PkgTemplates"
uuid = "14b8a8f1-9102-5b29-a752-f990bacb7fe1"
authors = ["Chris de Graaf", "Invenia Technical Computing Corporation"]
version = "0.7.16"
version = "0.7.14"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand Down

2 comments on commit f9013b7

@nickrobinson251
Copy link
Collaborator Author

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/30104

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.14 -m "<description of version>" f9013b75202acb2e052d219740069991ab2d7adf
git push origin v0.7.14

Please sign in to comment.