File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ class Configuration
157157 *
158158 * @var string
159159 */
160- protected $ userAgent = '[xero-php-oauth2 (2.22 .0)] ' ;
160+ protected $ userAgent = '[xero-php-oauth2 (2.23 .0)] ' ;
161161
162162 /**
163163 * Debug switch (default set to false)
@@ -697,7 +697,7 @@ public static function toDebugReport()
697697 $ report .= ' OS: ' . php_uname () . PHP_EOL ;
698698 $ report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL ;
699699 $ report .= ' OpenAPI Spec Version: 2.38.0 ' . PHP_EOL ;
700- $ report .= ' SDK Package Version: 2.22 .0 ' . PHP_EOL ;
700+ $ report .= ' SDK Package Version: 2.23 .0 ' . PHP_EOL ;
701701 $ report .= ' Temp Folder Path: ' . self ::getDefaultConfiguration ()->getTempFolderPath () . PHP_EOL ;
702702
703703 return $ report ;
You can’t perform that action at this time.
0 commit comments