mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
Merge pull request #7098 from nextcloud/enh/noid/increase-api-version
increase API version to 1.44
This commit is contained in:
commit
875ecbd110
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue