We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e4457 commit f79d471Copy full SHA for f79d471
src/SolderClient.php
@@ -20,7 +20,7 @@ class SolderClient
20
public string $key;
21
private Client $client;
22
23
- const VERSION = '0.6.0';
+ const VERSION = '0.7.0';
24
25
public static function factory($url, $key, $headers = [], $handler = null, $timeout = 3): SolderClient
26
{
0 commit comments