Skip to content

Commit c3b3fec

Browse files
Henry Chanhenrylamchan
Henry Chan
authored andcommitted
Bump to 0.8.0
1 parent a54b196 commit c3b3fec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"require": {
2121
"php": ">=5.6.0",
2222
"illuminate/support": "^5.0 || ^6.0 || ^7.0",
23-
"workos/workos-php": "0.7.0"
23+
"workos/workos-php": "0.8.0"
2424
},
2525
"require-dev": {
2626
"friendsofphp/php-cs-fixer": "^2.15",

lib/Version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
final class Version
66
{
77
const SDK_IDENTIFIER = "WorkOS PHP Laravel";
8-
const SDK_VERSION = '0.7.0';
8+
const SDK_VERSION = '0.8.0';
99
}

0 commit comments

Comments
 (0)