Browse Source

Release v0.9.9

yhirose 4 years ago
parent
commit
ddff782133
1 changed files with 1 additions and 1 deletions
  1. 1 1
      httplib.h

+ 1 - 1
httplib.h

@@ -5978,7 +5978,7 @@ inline bool ClientImpl::write_request(Stream &strm, Request &req,
   if (!req.has_header("Accept")) { req.headers.emplace("Accept", "*/*"); }
 
   if (!req.has_header("User-Agent")) {
-    req.headers.emplace("User-Agent", "cpp-httplib/0.9.8");
+    req.headers.emplace("User-Agent", "cpp-httplib/0.9.9");
   }
 
   if (req.body.empty()) {