Bump version: 8.9.3 → 8.9.4

This commit is contained in:
Zach Borboa
2021-06-12 22:33:06 -04:00
parent 5e20ae37fa
commit 871ff24877
+1 -1
View File
@@ -8,7 +8,7 @@ use Curl\Url;
class Curl
{
const VERSION = '8.9.3';
const VERSION = '8.9.4';
const DEFAULT_TIMEOUT = 30;
public $curl = null;