Skip to content

Commit 9d6cbf7

Browse files
authored
Release 21.7 (#17)
1 parent f50c7d1 commit 9d6cbf7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Packagist Version](https://img.shields.io/packagist/v/aspose/barcode-cloud-php)](https://packagist.org/packages/aspose/barcode-cloud-php)
66

77
- API version: 3.0
8-
- Package version: 21.6.0
8+
- Package version: 21.7.0
99

1010
## Demo applications
1111

src/Aspose/BarCode/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class Configuration implements JsonSerializable
4949
*
5050
* @var string
5151
*/
52-
protected $clientVersion = '21.6.0';
52+
protected $clientVersion = '21.7.0';
5353

5454
/*
5555
* ClientId for API
@@ -365,7 +365,7 @@ public static function toDebugReport()
365365
$report .= ' OS: ' . php_uname() . PHP_EOL;
366366
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
367367
$report .= ' OpenAPI Spec Version: 3.0' . PHP_EOL;
368-
$report .= ' SDK Package Version: 21.6.0' . PHP_EOL;
368+
$report .= ' SDK Package Version: 21.7.0' . PHP_EOL;
369369
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
370370

371371
return $report;

0 commit comments

Comments
 (0)