Skip to content

Commit d73395e

Browse files
committed
Release v0.10.3
1 parent 64d0011 commit d73395e

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
@@ -6155,7 +6155,7 @@ inline bool ClientImpl::write_request(Stream &strm, Request &req,
61556155

61566156
#ifndef CPPHTTPLIB_NO_DEFAULT_USER_AGENT
61576157
if (!req.has_header("User-Agent")) {
6158-
req.headers.emplace("User-Agent", "cpp-httplib/0.10.2");
6158+
req.headers.emplace("User-Agent", "cpp-httplib/0.10.3");
61596159
}
61606160
#endif
61616161

0 commit comments

Comments
 (0)