Bump version: 9.6.2 → 9.6.3

This commit is contained in:
github-actions[bot]
2022-09-24 03:49:46 +00:00
parent 8f9f4a8586
commit 4b096ed518
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -6,6 +6,10 @@ backwards-incompatible changes that will affect existing usage.
<!-- CHANGELOG_PLACEHOLDER -->
## 9.6.3 - 2022-09-24
- Remove filter flag constants deprecated as of PHP 7.3 ([#730](https://github.com/php-curl-class/php-curl-class/pull/730))
## 9.6.2 - 2022-09-24
- Call MultiCurl::beforeSend() before each request is made ([#723](https://github.com/php-curl-class/php-curl-class/pull/723))
+1 -1
View File
@@ -8,7 +8,7 @@ use Curl\Url;
class Curl
{
const VERSION = '9.6.2';
const VERSION = '9.6.3';
const DEFAULT_TIMEOUT = 30;
public $curl = null;