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