From 3231d0144cd6115d49953e0d2f3e137c21d0eecb Mon Sep 17 00:00:00 2001 From: gjtorikian <64050+gjtorikian@users.noreply.github.com> Date: Wed, 21 Jan 2026 18:13:02 +0000 Subject: [PATCH] Bump version from 4.29.0 to 4.30.0 --- lib/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Version.php b/lib/Version.php index 648dec7d..11dd8d62 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.29.0'; + public const SDK_VERSION = '4.30.0'; }