Skip to content

Commit a6e1082

Browse files
committed
Fix version numbers after cherry-picking
v6.41 was accidentally released from a branch and the commits weren't merged back into master. In the meantime, more commits have gone into master for v6.42. I've cherry-picked v6.41 into master and now I'm fixing up the artifacts. The history is going to look a bit wonky in the repo, but that's probably better than a force-push at this point.
1 parent 46eb7ff commit a6e1082

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

META.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"x_IRC" : "irc://irc.perl.org/#lwp",
117117
"x_MailingList" : "mailto:libwww@perl.org"
118118
},
119-
"version" : "6.41",
119+
"version" : "6.42",
120120
"x_Dist_Zilla" : {
121121
"perl" : {
122122
"version" : "5.036000"
@@ -618,7 +618,7 @@
618618
"branch" : null,
619619
"changelog" : "Changes",
620620
"signed" : 0,
621-
"tag" : "v6.41",
621+
"tag" : "v6.42",
622622
"tag_format" : "v%V",
623623
"tag_message" : "v%V"
624624
},

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ HTTP::Message - HTTP style message (base class)
44

55
# VERSION
66

7-
version 6.41
7+
version 6.42
88

99
# SYNOPSIS
1010

0 commit comments

Comments
 (0)