From a59281345bdfc83aa8342a0b2d9fa0b53e997c93 Mon Sep 17 00:00:00 2001 From: Sheldon Vaughn Date: Thu, 20 Apr 2023 20:00:15 +0000 Subject: [PATCH] Bump Version to 3.0.0 --- lib/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Version.php b/lib/Version.php index c39e7a4..427ca7b 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 = '2.0.0'; + public const SDK_VERSION = '3.0.0'; }