From fa1436cdaafbd4bac435831ae782d6c913d78f44 Mon Sep 17 00:00:00 2001 From: hlu2 Date: Sun, 25 Aug 2019 23:03:35 -0700 Subject: [PATCH] update minor version --- 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 1c668133..8fdef408 100644 --- a/src/Core/CoreConstants.php +++ b/src/Core/CoreConstants.php @@ -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'; @@ -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) {