Skip to content

Commit

Permalink
Version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timschumi committed Apr 5, 2022
1 parent dad50b7 commit 4521079
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.5.2";
this->headers["User-Agent"] = (std::string) "curl/" + info->version + " gmod-chttp/1.6.0";
}

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

0 comments on commit 4521079

Please sign in to comment.