Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed Feb 20, 2019
1 parent 7b32ef6 commit a53db0d
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.4.0",
"version": "1.5.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 @@ -31,7 +31,7 @@
*/
class OneLoginClient
{
const VERSION = "1.4.0";
const VERSION = "1.5.0";

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

Expand Down

0 comments on commit a53db0d

Please sign in to comment.