From 096b8b22e51365321d855be2b56e68b697a3d65b Mon Sep 17 00:00:00 2001 From: Abdul Date: Thu, 8 Feb 2024 01:25:52 +0400 Subject: [PATCH] v4.2.0 (#211) --- lib/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Version.php b/lib/Version.php index b7dec3f..1c1febb 100644 --- a/lib/Version.php +++ b/lib/Version.php @@ -5,5 +5,5 @@ final class Version { public const SDK_IDENTIFIER = "WorkOS PHP"; - public const SDK_VERSION = '4.1.0'; + public const SDK_VERSION = '4.2.0'; }