Bump version: 9.12.5 → 9.12.6

This commit is contained in:
github-actions[bot]
2023-01-11 02:13:53 +00:00
parent ec73057a56
commit 3e99a56b96
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.12.6 - 2023-01-11
- Replace use of #[\AllowDynamicProperties] ([#756](https://github.com/php-curl-class/php-curl-class/pull/756))
- silence PHP 8.2 deprecation notices ([#754](https://github.com/php-curl-class/php-curl-class/pull/754))
## 9.12.5 - 2022-12-20
- Fix static analysis error ([#752](https://github.com/php-curl-class/php-curl-class/pull/752))
+1 -1
View File
@@ -7,7 +7,7 @@ use Curl\Url;
class Curl
{
const VERSION = '9.12.5';
const VERSION = '9.12.6';
const DEFAULT_TIMEOUT = 30;
public $curl = null;