Skip to content

Commit 4b0ed9e

Browse files
committed
Release v0.10.0
1 parent 20056f6 commit 4b0ed9e

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

60316031
if (!req.has_header("User-Agent")) {
6032-
req.headers.emplace("User-Agent", "cpp-httplib/0.9.10");
6032+
req.headers.emplace("User-Agent", "cpp-httplib/0.10.0");
60336033
}
60346034

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

0 commit comments

Comments
 (0)