Bump version: 9.13.0 → 9.13.1

This commit is contained in:
github-actions[bot]
2023-01-16 01:29:25 +00:00
parent 4f0c563026
commit 1fa71f6392
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.13.1 - 2023-01-16
- Allow uploads with CURLStringFile type ([#762](https://github.com/php-curl-class/php-curl-class/pull/762))
## 9.13.0 - 2023-01-13
- Implement abstract class BaseCurl for Curl and MultiCurl ([#759](https://github.com/php-curl-class/php-curl-class/pull/759))
+1 -1
View File
@@ -8,7 +8,7 @@ use Curl\Url;
class Curl extends BaseCurl
{
const VERSION = '9.13.0';
const VERSION = '9.13.1';
const DEFAULT_TIMEOUT = 30;
public $curl = null;