From 05539c59eff25747f22672898c43c840c012bfe4 Mon Sep 17 00:00:00 2001 From: mattgd Date: Fri, 15 Nov 2024 08:36:23 -0500 Subject: [PATCH] Bump to version 4.15.0. --- lib/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Version.php b/lib/Version.php index 617456f..fe2c7ee 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.14.0'; + public const SDK_VERSION = '4.15.0'; }