From 1affb0dc064370ec7a6179ec0bdaea52079bc2c0 Mon Sep 17 00:00:00 2001 From: Cameron Matheson Date: Thu, 22 May 2025 15:19:08 -0600 Subject: [PATCH] v4.24.0 includes: * #278 * #285 --- lib/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Version.php b/lib/Version.php index 563ad5f8..3a49ad82 100644 --- a/lib/Version.php +++ b/lib/Version.php @@ -6,5 +6,5 @@ final class Version { public const SDK_IDENTIFIER = 'WorkOS PHP'; - public const SDK_VERSION = '4.23.0'; + public const SDK_VERSION = '4.24.0'; }