Skip to content

Commit

Permalink
Release candidate for minor version 65
Browse files Browse the repository at this point in the history
  • Loading branch information
abisalehalliprasan committed May 19, 2022
1 parent 6341928 commit eb60d63
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
const DEFAULT_SDK_MINOR_VERSION = "63";
const DEFAULT_SDK_MINOR_VERSION = "65";
const DEFAULT_LOGGINGLOCATION = "/tmp/IdsLogs";

const PHP_CLASS_PREFIX = 'IPP';
Expand Down Expand Up @@ -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)
{
Expand Down

0 comments on commit eb60d63

Please sign in to comment.