From 0e29a569165614794e7ba81f793fc3d6e726dff1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B4natas=20Santos?= Date: Thu, 8 Dec 2022 13:32:58 -0300 Subject: [PATCH] Bump version to v1.9.0 (#37) --- lib/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Version.php b/lib/Version.php index c8106c6..828fa60 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 = '1.8.0'; + public const SDK_VERSION = '1.9.0'; }