diff --git a/bin/entrypoint.sh b/bin/entrypoint.sh index 2c80937..9bc5303 100755 --- a/bin/entrypoint.sh +++ b/bin/entrypoint.sh @@ -42,7 +42,7 @@ TROUBLESHOOTING } function php-wechaty::printEnv () { - num=0.0.5 + num=0.0.6 echo "PHP-WECHATY Environment Variables: $num" } @@ -181,7 +181,7 @@ function main() { php-wechaty::printEnv - VERSION=$(echo '0.0.5' || echo '0.0.0(unknown)') + VERSION=$(echo '0.0.6' || echo '0.0.0(unknown)') echo echo -n "Starting Docker Container for PHP-Wechaty v$VERSION with " diff --git a/docker/composer.json b/docker/composer.json index 046586f..77914e4 100644 --- a/docker/composer.json +++ b/docker/composer.json @@ -18,7 +18,7 @@ ], "require": { "php": "^7.4 || ^8.0", - "wechaty/php-wechaty": "^v0.0.5" + "wechaty/php-wechaty": "^v0.0.6" }, "require-dev": {