Skip to content

Commit

Permalink
Release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed Mar 1, 2019
1 parent 1db43fe commit 87fdc3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "onelogin/api",
"type": "library",
"version": "1.5.0",
"version": "1.5.1",
"minimum-stability": "dev",
"require": {
"php": ">=5.5",
Expand Down
2 changes: 1 addition & 1 deletion src/OneLoginClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
*/
class OneLoginClient
{
const VERSION = "1.5.0";
const VERSION = "1.5.1";

const CUSTOM_USER_AGENT = "onelogin-php-sdk ".OneLoginClient::VERSION;

Expand Down

0 comments on commit 87fdc3f

Please sign in to comment.