Skip to content

Commit

Permalink
Update to 0.9.1 for new release (#14)
Browse files Browse the repository at this point in the history
change SDK version to 0.9.1 for a release with new laravel v8 support change in composer.json file.
  • Loading branch information
Sheldon Vaughn authored Apr 23, 2021
1 parent d78b91e commit ab76f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
final class Version
{
const SDK_IDENTIFIER = "WorkOS PHP Laravel";
const SDK_VERSION = '0.9.0';
const SDK_VERSION = '0.9.1';
}

0 comments on commit ab76f42

Please sign in to comment.