diff --git a/src/Core/CoreConstants.php b/src/Core/CoreConstants.php index 6cad870e..9f80019b 100644 --- a/src/Core/CoreConstants.php +++ b/src/Core/CoreConstants.php @@ -7,7 +7,7 @@ class CoreConstants { //Set the default minor version - const DEFAULT_SDK_MINOR_VERSION = "63"; + const DEFAULT_SDK_MINOR_VERSION = "65"; const DEFAULT_LOGGINGLOCATION = "/tmp/IdsLogs"; const PHP_CLASS_PREFIX = 'IPP'; @@ -297,7 +297,7 @@ class CoreConstants * The Request source header value. * @var string REQUESTSOURCEHEADER */ - const USERAGENT = "V3PHPSDK6.0.3"; + const USERAGENT = "V3PHPSDK6.0.4"; public static function getType($string, $return=1) {