diff --git a/src/Client.php b/src/Client.php index b8bf56bb..51da66b1 100644 --- a/src/Client.php +++ b/src/Client.php @@ -101,7 +101,7 @@ class Client * * @var string */ - private const USER_AGENT = 'gitlab-php-api-client/12.0'; + private const USER_AGENT = 'gitlab-php-api-client/12.1'; private readonly Builder $httpClientBuilder; private readonly History $responseHistory;