Bump version: 9.14.1 → 9.14.2

This commit is contained in:
github-actions[bot]
2023-03-09 18:03:01 +00:00
parent 9b9dd17c8d
commit 543cd0aff1
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.14.2 - 2023-03-09
- Clean up: Reduce nesting ([#771](https://github.com/php-curl-class/php-curl-class/pull/771))
## 9.14.1 - 2023-02-27
- Remove coding standard ruleset exclusion ([#768](https://github.com/php-curl-class/php-curl-class/pull/768))
+1 -1
View File
@@ -8,7 +8,7 @@ use Curl\Url;
class Curl extends BaseCurl
{
const VERSION = '9.14.1';
const VERSION = '9.14.2';
const DEFAULT_TIMEOUT = 30;
public $curl = null;