From 8565403e406528d87cf09235731e00458e6d76c9 Mon Sep 17 00:00:00 2001 From: zhangchunsheng Date: Wed, 24 Nov 2021 16:27:31 +0800 Subject: [PATCH] add wechaty ca, see #16 --- bin/entrypoint.sh | 4 ++-- docker/composer.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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": {