Skip to content

Commit

Permalink
Version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timschumi committed Jun 22, 2022
1 parent 163c3f0 commit a6f9590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HTTPRequest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ static const char *src_if = nullptr;

HTTPRequest::HTTPRequest() {
curl_version_info_data *info = curl_version_info(CURLVERSION_NOW);
this->headers["User-Agent"] = (std::string) "curl/" + info->version + " gmod-chttp/1.6.1";
this->headers["User-Agent"] = (std::string) "curl/" + info->version + " gmod-chttp/1.7.0";
}

std::string HTTPRequest::buildQueryString() {
Expand Down

0 comments on commit a6f9590

Please sign in to comment.