Skip to content

Commit

Permalink
Use lowercase on UUID because of TagBot
Browse files Browse the repository at this point in the history
Julia registry has this package with the lowercase
UUID. Since TagBot checks the UUID of the package
against the registry, it doesn't find it.

Closes #294
  • Loading branch information
abelsiqueira committed Jul 2, 2024
1 parent b28ab73 commit 8cb70c2
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,5 +1,5 @@
name = "BestieTemplate"
uuid = "E5D671A7-4186-4F1A-BF88-C19B630DA94F"
uuid = "e5d671a7-4186-4f1a-bf88-c19b630da94f"
authors = ["Abel Soares Siqueira <[email protected]> and contributors"]
version = "0.7.1"

Expand Down

0 comments on commit 8cb70c2

Please sign in to comment.