Merge pull request #7098 from nextcloud/enh/noid/increase-api-version

increase API version to 1.44
This commit is contained in:
Simon L. 2025-11-11 09:54:21 +01:00 committed by GitHub
commit 875ecbd110
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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