From 530a2292cf60832de6b1ad832e4c20d95792c81d Mon Sep 17 00:00:00 2001 From: mattgd Date: Tue, 17 Jun 2025 08:14:11 -0400 Subject: [PATCH] Bump to v4.25.0. --- lib/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Version.php b/lib/Version.php index 3a49ad82..9abb231a 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.24.0'; + public const SDK_VERSION = '4.25.0'; }