We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab12550 commit 17bb840Copy full SHA for 17bb840
lib/Version.php
@@ -4,6 +4,7 @@
4
5
final class Version
6
{
7
- public const SDK_IDENTIFIER = "WorkOS PHP";
8
- public const SDK_VERSION = '4.19.0';
+ public const SDK_IDENTIFIER = 'WorkOS PHP';
+
9
+ public const SDK_VERSION = '4.20.0';
10
}
0 commit comments