Bump version: 11.0.2 → 11.0.3

This commit is contained in:
github-actions[bot]
2025-02-19 18:04:26 +00:00
parent 056de7d13d
commit 4d126ef1d1
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 -->
## 11.0.3 - 2025-02-19
- Use default for Psalm ensureOverrideAttribute ([#923](https://github.com/php-curl-class/php-curl-class/pull/923))
## 11.0.2 - 2025-02-18
- Fix CI (PHPUnit) ([#918](https://github.com/php-curl-class/php-curl-class/pull/918))
+1 -1
View File
@@ -6,7 +6,7 @@ namespace Curl;
class Curl extends BaseCurl
{
public const VERSION = '11.0.2';
public const VERSION = '11.0.3';
public const DEFAULT_TIMEOUT = 30;
public $curl = null;