Skip to content

Commit a444b61

Browse files
committed
V0.5.0
1 parent ed6d949 commit a444b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httplib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3693,7 +3693,7 @@ inline bool Client::write_request(Stream &strm, const Request &req,
36933693
if (!req.has_header("Accept")) { headers.emplace("Accept", "*/*"); }
36943694

36953695
if (!req.has_header("User-Agent")) {
3696-
headers.emplace("User-Agent", "cpp-httplib/0.2");
3696+
headers.emplace("User-Agent", "cpp-httplib/0.5");
36973697
}
36983698

36993699
if (req.body.empty()) {

0 commit comments

Comments
 (0)