We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 829eaa2 commit b8676c8Copy full SHA for b8676c8
README.md
@@ -6,7 +6,7 @@
6
[](https://packagist.org/packages/aspose/barcode-cloud-php)
7
8
- API version: 3.0
9
-- Package version: 23.11.0
+- Package version: 23.12.0
10
- Supported PHP versions: ">=7.4 || >=8.0"
11
12
## Demo applications
src/Aspose/BarCode/Configuration.php
@@ -23,7 +23,7 @@ class Configuration implements JsonSerializable
23
*
24
* @var string
25
*/
26
- protected $clientVersion = '23.11.0';
+ protected $clientVersion = '23.12.0';
27
28
/**
29
* ClientId for API
0 commit comments