Skip to content

Commit

Permalink
Release 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyker committed Oct 2, 2024
1 parent 7ab2dc6 commit 13c690f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SolderClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class SolderClient
public string $key;
private Client $client;

const VERSION = '0.7.1';
const VERSION = '0.7.2';

public static function factory($url, $key, $headers = [], $handler = null, $timeout = 3): SolderClient
{
Expand Down

0 comments on commit 13c690f

Please sign in to comment.