Bump version: 12.0.3 → 12.0.4

This commit is contained in:
github-actions[bot]
2025-12-11 18:04:38 +00:00
parent efad62196c
commit 430cdfd91d
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -8,6 +8,10 @@ backwards-incompatible changes that will affect existing usage.
<!-- CHANGELOG_PLACEHOLDER -->
## 12.0.4 - 2025-12-11
- Fix psalm error ([#1027](https://github.com/php-curl-class/php-curl-class/pull/1027))
## 12.0.3 - 2025-11-24
- Simplify MultiCurl execution loop ([#1017](https://github.com/php-curl-class/php-curl-class/pull/1017))
+1 -1
View File
@@ -6,7 +6,7 @@ namespace Curl;
class Curl extends BaseCurl
{
public const VERSION = '12.0.3';
public const VERSION = '12.0.4';
public const DEFAULT_TIMEOUT = 30;
public $curl = null;