diff options
Diffstat (limited to 'perl/Curl_easy/easy.pm')
-rw-r--r-- | perl/Curl_easy/easy.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/Curl_easy/easy.pm b/perl/Curl_easy/easy.pm index e484a28f2..267700907 100644 --- a/perl/Curl_easy/easy.pm +++ b/perl/Curl_easy/easy.pm @@ -95,7 +95,7 @@ CURLINFO_REQUEST_SIZE USE_INTERNAL_VARS ); -$VERSION = '1.1.3'; +$VERSION = '1.1.4'; $Curl::easy::headers = ""; $Curl::easy::content = ""; |