Skip to content

Commit 66d5147

Browse files
authoredDec 5, 2022
Update Project.toml
1 parent 188de76 commit 66d5147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Dagger"
22
uuid = "d58978e5-989f-55fb-8d15-ea34adc7bf54"
3-
version = "0.16.2"
3+
version = "0.16.3"
44

55
[deps]
66
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"

2 commit comments

Comments
 (2)

krynju commented on Dec 5, 2022

@krynju
MemberAuthor

JuliaRegistrator commented on Dec 5, 2022

@JuliaRegistrator

Registration pull request created: JuliaRegistries/General/73522

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.16.3 -m "<description of version>" 66d51472cdb60cf18dcddbc6536a0a4abd97402d
git push origin v0.16.3
Please sign in to comment.