From 78d3a486d1b8bf52c2846b251b0b8f573789916f Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Wed, 6 May 2026 12:24:37 +0100 Subject: [PATCH] Update user agent version --- src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;