From c9e498d6d7f1bd0bc54ce7cbeef1b64a0cd04c65 Mon Sep 17 00:00:00 2001 From: Stacy Curry Date: Mon, 23 Jun 2025 15:52:07 -0500 Subject: [PATCH] bump-v4.3.0 --- lib/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Version.php b/lib/Version.php index 05dcd11..58bf4aa 100644 --- a/lib/Version.php +++ b/lib/Version.php @@ -5,5 +5,5 @@ final class Version { public const SDK_IDENTIFIER = "WorkOS PHP Laravel"; - public const SDK_VERSION = '4.2.0'; + public const SDK_VERSION = '4.3.0'; }