We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cece69d commit 8c2fb83Copy full SHA for 8c2fb83
src/SolderClient.php
@@ -20,7 +20,7 @@ class SolderClient
20
/** @var Client */
21
private $client;
22
23
- const VERSION = '0.3.0';
+ const VERSION = '0.4.0';
24
25
public static function factory($url, $key, $headers = [], $handler = null, $timeout = 3)
26
{
0 commit comments