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