increase API version to 1.44

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2025-11-11 09:18:24 +01:00
parent 767e0d4b9f
commit 03e3fd0b16

View file

@ -13,7 +13,7 @@ use GuzzleHttp\Exception\RequestException;
use http\Env\Response;
readonly class DockerActionManager {
private const string API_VERSION = 'v1.41';
private const string API_VERSION = 'v1.44';
private Client $guzzleClient;
public function __construct(