Skip to content

Commit b324921

Browse files
committed
Release v0.10.1
1 parent 63f72ca commit b324921

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
@@ -6034,7 +6034,7 @@ inline bool ClientImpl::write_request(Stream &strm, Request &req,
60346034
if (!req.has_header("Accept")) { req.headers.emplace("Accept", "*/*"); }
60356035

60366036
if (!req.has_header("User-Agent")) {
6037-
req.headers.emplace("User-Agent", "cpp-httplib/0.10.0");
6037+
req.headers.emplace("User-Agent", "cpp-httplib/0.10.1");
60386038
}
60396039

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

0 commit comments

Comments
 (0)