Skip to content

Commit

Permalink
Release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed Mar 19, 2019
1 parent 8e6d486 commit 2a4dce7
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.1",
"version": "1.6.0",
"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 @@ -32,7 +32,7 @@
*/
class OneLoginClient
{
const VERSION = "1.5.1";
const VERSION = "1.6.0";

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

Expand Down

0 comments on commit 2a4dce7

Please sign in to comment.