diff --git a/README.md b/README.md index 319651e..be5c486 100644 --- a/README.md +++ b/README.md @@ -365,5 +365,5 @@ engineering@conekta.com This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: `2.1.0` - - Package version: `6.0.4` + - Package version: `6.0.5` - Build package: `org.openapitools.codegen.languages.PhpClientCodegen` diff --git a/VERSION b/VERSION index 1aa5e41..288b2cd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.0.4 +6.0.5 diff --git a/composer.json b/composer.json index 6877b3a..7734551 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "conekta/conekta-php", - "version": "6.0.4", + "version": "6.0.5", "description": "Conekta PHP Library", "type": "library", "keywords": [ diff --git a/config-php.json b/config-php.json index 539937e..3a41823 100644 --- a/config-php.json +++ b/config-php.json @@ -1,13 +1,13 @@ { "packageName": "conekta", "generateSourceCodeOnly": "false", - "artifactVersion": "6.0.4", + "artifactVersion": "6.0.5", "packageUrl": "https://developers.conekta.com/", "projectName": "conekta-php", "appDescriptionV2" : "Conekta PHP Library", "useOneOfDiscriminatorLookup" : true, "nonCompliantUseDiscriminatorIfCompositionFails" : false, - "httpUserAgent": "Conekta/v2 PhpBindings/6.0.4", + "httpUserAgent": "Conekta/v2 PhpBindings/6.0.5", "packageAuthors" : "engineering@conekta.com", "files": { "/local/CODE_OF_CONDUCT.md" : {}, diff --git a/lib/Configuration.php b/lib/Configuration.php index a96bf7b..5cc6617 100644 --- a/lib/Configuration.php +++ b/lib/Configuration.php @@ -101,7 +101,7 @@ class Configuration * * @var string */ - protected $userAgent = 'Conekta/v2 PhpBindings/6.0.4'; + protected $userAgent = 'Conekta/v2 PhpBindings/6.0.5'; /** * Debug switch (default set to false) @@ -456,7 +456,7 @@ public static function toDebugReport() $report .= ' OS: ' . $uname . PHP_EOL; $report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL; $report .= ' The version of the OpenAPI document: 2.1.0' . PHP_EOL; - $report .= ' SDK Package Version: 6.0.4' . PHP_EOL; + $report .= ' SDK Package Version: 6.0.5' . PHP_EOL; $report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL; return $report; diff --git a/lib/HeaderSelector.php b/lib/HeaderSelector.php index 3ac94bd..5bde73a 100644 --- a/lib/HeaderSelector.php +++ b/lib/HeaderSelector.php @@ -262,7 +262,7 @@ public function getConektaUserAgent(): array $uname = $uname_disabled ? '(disabled)' : \php_uname(); $userAgent = [ - 'bindings_version' => "6.0.4", + 'bindings_version' => "6.0.5", 'lang' => 'php', 'lang_version' => phpversion(), 'publisher' => 'conekta',