Skip to content

Commit

Permalink
update minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
hlu2 committed Aug 26, 2019
1 parent be36231 commit fa1436c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Core/CoreConstants.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class CoreConstants
{
//Set the default minor version to 23
const DEFAULT_SDK_MINOR_VERSION = "36";
const DEFAULT_SDK_MINOR_VERSION = "40";
const DEFAULT_LOGGINGLOCATION = "/tmp/IdsLogs";

const PHP_CLASS_PREFIX = 'IPP';
Expand Down Expand Up @@ -293,7 +293,7 @@ class CoreConstants
* The Request source header value.
* @var string REQUESTSOURCEHEADER
*/
const USERAGENT = "V3PHPSDK6.0.0";
const USERAGENT = "V3PHPSDK5.2.0";

public static function getType($string, $return=1)
{
Expand Down

0 comments on commit fa1436c

Please # to comment.