Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed Oct 4, 2018
1 parent 0d3a5d5 commit c2b68a7
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.3.0",
"version": "1.4.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 @@ -29,7 +29,7 @@
*/
class OneLoginClient
{
const VERSION = "1.3.0";
const VERSION = "1.4.0";

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

Expand Down

0 comments on commit c2b68a7

Please sign in to comment.