mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-09-11 02:46:28 +00:00
Bump version: 9.16.1 → 9.17.0
This commit is contained in:
@@ -6,6 +6,10 @@ backwards-incompatible changes that will affect existing usage.
|
||||
|
||||
<!-- CHANGELOG_PLACEHOLDER -->
|
||||
|
||||
## 9.17.0 - 2023-06-13
|
||||
|
||||
- Make method to display curl option value public ([#790](https://github.com/php-curl-class/php-curl-class/pull/790))
|
||||
|
||||
## 9.16.1 - 2023-06-12
|
||||
|
||||
- Differentiate between internal options and user-set options ([#788](https://github.com/php-curl-class/php-curl-class/pull/788))
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ use Curl\Url;
|
||||
|
||||
class Curl extends BaseCurl
|
||||
{
|
||||
const VERSION = '9.16.1';
|
||||
const VERSION = '9.17.0';
|
||||
const DEFAULT_TIMEOUT = 30;
|
||||
|
||||
public $curl = null;
|
||||
|
||||
Reference in New Issue
Block a user