From a444b612af3107ad5df3339dd9b7cd67df6ad323 Mon Sep 17 00:00:00 2001 From: yhirose Date: Sun, 22 Dec 2019 12:52:08 -0500 Subject: [PATCH] V0.5.0 --- httplib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httplib.h b/httplib.h index 2579f05..0324163 100644 --- a/httplib.h +++ b/httplib.h @@ -3693,7 +3693,7 @@ inline bool Client::write_request(Stream &strm, const Request &req, if (!req.has_header("Accept")) { headers.emplace("Accept", "*/*"); } if (!req.has_header("User-Agent")) { - headers.emplace("User-Agent", "cpp-httplib/0.2"); + headers.emplace("User-Agent", "cpp-httplib/0.5"); } if (req.body.empty()) {