From eb60d63411245b7ce53303250fd5c3def47065ea Mon Sep 17 00:00:00 2001 From: abisalehalliprasan Date: Thu, 19 May 2022 11:18:39 -0700 Subject: [PATCH] Release candidate for minor version 65 --- src/Core/CoreConstants.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {