We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 531171e commit 193b3d1Copy full SHA for 193b3d1
2 files changed
README.md
@@ -7,7 +7,7 @@
7
[](https://packagist.org/packages/aspose/barcode-cloud-php)
8
9
- API version: 4.0
10
-- Package version: 26.2.0
+- Package version: 26.3.0
11
- Supported PHP versions: ">=8.0"
12
13
## SDK and API Version Compatibility:
src/Aspose/BarCode/Configuration.php
@@ -20,7 +20,7 @@ class Configuration implements JsonSerializable
20
*
21
* @var string
22
*/
23
- protected $clientVersion = '26.2.0';
+ protected $clientVersion = '26.3.0';
24
25
/**
26
* ClientId for API
0 commit comments