diff --git a/README.md b/README.md index daaf497..705a1c3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Supported PHP Versions](https://img.shields.io/packagist/dependency-v/aspose/barcode-cloud-php/php)](https://packagist.org/packages/aspose/barcode-cloud-php) - API version: 4.0 -- Package version: 25.7.0 +- Package version: 25.8.0 - Supported PHP versions: ">=8.0" ## SDK and API Version Compatibility: diff --git a/scripts/run_snippets.sh b/scripts/run_snippets.sh index 6ad7d92..ebba038 100644 --- a/scripts/run_snippets.sh +++ b/scripts/run_snippets.sh @@ -11,7 +11,7 @@ rm -rf "${RUN_DIR}" || true mkdir -p "${RUN_DIR}" pushd ${RUN_DIR} -ln -sv -F ../src/ . +ln -sn -F ../src ./src popd for file in $(find "${SNIPPETS_DIR}" -name "*.php"); do diff --git a/src/Aspose/BarCode/Configuration.php b/src/Aspose/BarCode/Configuration.php index 3d61986..b1ff58f 100644 --- a/src/Aspose/BarCode/Configuration.php +++ b/src/Aspose/BarCode/Configuration.php @@ -20,7 +20,7 @@ class Configuration implements JsonSerializable * * @var string */ - protected $clientVersion = '25.7.0'; + protected $clientVersion = '25.8.0'; /** * ClientId for API