mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 22:46:55 +00:00
increase API version to 1.44
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
767e0d4b9f
commit
03e3fd0b16
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