Skip to content

Commit 91b7e0a

Browse files
authoredSep 5, 2019
release 0.8.6
1 parent a9c7866 commit 91b7e0a

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,7 +1,7 @@
11
name = "HTTP"
22
uuid = "cd3eb016-35fb-5094-929b-558a96fad6f3"
33
authors = ["Jacob Quinn", "Sam O'Connor", "contributors: https://github.com/JuliaWeb/HTTP.jl/graphs/contributors"]
4-
version = "0.8.5"
4+
version = "0.8.6"
55

66
[deps]
77
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"

3 commit comments

Comments
 (3)

oxinabox commented on Sep 5, 2019

@oxinabox
MemberAuthor

oxinabox commented on Sep 5, 2019

@oxinabox
MemberAuthor

JuliaRegistrator commented on Sep 5, 2019

@JuliaRegistrator

Registration pull request created: JuliaRegistries/General/3308

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.8.6 -m "<description of version>" 91b7e0a4d97aa3d778c87af998cf3855389709ec
git push origin v0.8.6
Please sign in to comment.