mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-31 04:34:27 +00:00
Bump version: 9.12.4 → 9.12.5
This commit is contained in:
@@ -6,6 +6,10 @@ backwards-incompatible changes that will affect existing usage.
|
||||
|
||||
<!-- CHANGELOG_PLACEHOLDER -->
|
||||
|
||||
## 9.12.5 - 2022-12-20
|
||||
|
||||
- Fix static analysis error ([#752](https://github.com/php-curl-class/php-curl-class/pull/752))
|
||||
|
||||
## 9.12.4 - 2022-12-17
|
||||
|
||||
- Exclude additional files from git archive ([#751](https://github.com/php-curl-class/php-curl-class/pull/751))
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ use Curl\Url;
|
||||
|
||||
class Curl
|
||||
{
|
||||
const VERSION = '9.12.4';
|
||||
const VERSION = '9.12.5';
|
||||
const DEFAULT_TIMEOUT = 30;
|
||||
|
||||
public $curl = null;
|
||||
|
||||
Reference in New Issue
Block a user