Bump version: 9.15.1 → 9.16.0

This commit is contained in:
github-actions[bot]
2023-05-25 18:02:49 +00:00
parent 493d69de2c
commit 100a7f406d
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.16.0 - 2023-05-25
- Graduate Curl::fastDownload() ([#783](https://github.com/php-curl-class/php-curl-class/pull/783))
## 9.15.1 - 2023-05-24
- Fix PHP CodeSniffer errors ([#782](https://github.com/php-curl-class/php-curl-class/pull/782))
+1 -1
View File
@@ -8,7 +8,7 @@ use Curl\Url;
class Curl extends BaseCurl
{
const VERSION = '9.15.1';
const VERSION = '9.16.0';
const DEFAULT_TIMEOUT = 30;
public $curl = null;