Release v0.10.3

This commit is contained in:
yhirose 2022-02-22 10:21:27 -05:00
parent 64d001162b
commit d73395e1dc

View file

@ -6155,7 +6155,7 @@ inline bool ClientImpl::write_request(Stream &strm, Request &req,
#ifndef CPPHTTPLIB_NO_DEFAULT_USER_AGENT
if (!req.has_header("User-Agent")) {
req.headers.emplace("User-Agent", "cpp-httplib/0.10.2");
req.headers.emplace("User-Agent", "cpp-httplib/0.10.3");
}
#endif