From b10161a08f51df0d12adda0b95cf8412fff3ce47 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Tue, 16 May 2023 09:34:42 +0000 Subject: [PATCH] release: 3.18.1 --- src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.php b/src/Client.php index e50d28ca0..9104918ed 100644 --- a/src/Client.php +++ b/src/Client.php @@ -35,7 +35,7 @@ final class Client implements ClientInterface /** * The version of the SDK. */ - public const SDK_VERSION = '3.18.0'; + public const SDK_VERSION = '3.18.1'; /** * @var Options The client options