Skip to content

Commit

Permalink
Set version to v8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Jul 29, 2021
1 parent e758f72 commit 1c92da3
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,6 +1,6 @@
name = "StaticLint"
uuid = "b3cc710f-9c33-5bdb-a03d-a94903873e97"
version = "8.0.1-DEV"
version = "8.0.1"

[deps]
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
Expand Down

2 comments on commit 1c92da3

@davidanthoff
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@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/41803

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 v8.0.1 -m "<description of version>" 1c92da38b6315eb9a3ddc6880901d9bf2f0d5ba4
git push origin v8.0.1

Please sign in to comment.