Bump version: 9.17.3 → 9.17.4

This commit is contained in:
github-actions[bot]
2023-07-10 18:03:00 +00:00
parent bb5f9b6d0c
commit d5542274ac
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -6,6 +6,11 @@ backwards-incompatible changes that will affect existing usage.
<!-- CHANGELOG_PLACEHOLDER -->
## 9.17.4 - 2023-07-10
- Add coding standards rule to use the null coalescing operator ?? where possible ([#801](https://github.com/php-curl-class/php-curl-class/pull/801))
- Replace isset with null coalescing operator ([#800](https://github.com/php-curl-class/php-curl-class/pull/800))
## 9.17.3 - 2023-07-04
- Update PHP_CodeSniffer ruleset: PSR2 → PSR12 ([#797](https://github.com/php-curl-class/php-curl-class/pull/797))
+1 -1
View File
@@ -6,7 +6,7 @@ namespace Curl;
class Curl extends BaseCurl
{
const VERSION = '9.17.3';
const VERSION = '9.17.4';
const DEFAULT_TIMEOUT = 30;
public $curl = null;