From 14612979e3332f55c47281c830525db210e9fdcc Mon Sep 17 00:00:00 2001 From: Kendall Swarthout Date: Mon, 21 Oct 2024 16:43:17 -0700 Subject: [PATCH] version bump 4.1.0 --- lib/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Version.php b/lib/Version.php index 72e7a31..c16e659 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.0.0'; + public const SDK_VERSION = '4.1.0'; }