Skip to content

Commit

Permalink
Set version to v6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Jan 23, 2021
1 parent 49c7ea4 commit 3313a19
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
name = "StaticLint"
uuid = "b3cc710f-9c33-5bdb-a03d-a94903873e97"
version = "6.0.1-DEV"
version = "6.0.1"

[deps]
CSTParser = "00ebfdb7-1f24-5e51-bd34-a7502290713f"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
CSTParser = "00ebfdb7-1f24-5e51-bd34-a7502290713f"
SymbolServer = "cf896787-08d5-524d-9de7-132aaa0cb996"

[compat]
CSTParser = "3.1"
SymbolServer = "5.1.1, 6.0"
julia = "1"

[extras]
LibGit2 = "76f85450-5226-5b5a-8eaa-529ad045b433"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
LibGit2 = "76f85450-5226-5b5a-8eaa-529ad045b433"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
julia = "1"
CSTParser = "3.1"
SymbolServer = "5.1.1, 6.0"

[targets]
test = ["Test", "Pkg", "SHA", "LibGit2"]

2 comments on commit 3313a19

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

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 v6.0.1 -m "<description of version>" 3313a190ca06c103f2d98fe25805f4abd105c5d4
git push origin v6.0.1

Please sign in to comment.