Skip to content

Commit

Permalink
add wechaty ca, see #16
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangchunsheng committed Nov 24, 2021
1 parent baf3d45 commit 8565403
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bin/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ TROUBLESHOOTING
}

function php-wechaty::printEnv () {
num=0.0.5
num=0.0.6
echo "PHP-WECHATY Environment Variables: $num"
}

Expand Down Expand Up @@ -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 "
Expand Down
2 changes: 1 addition & 1 deletion docker/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"require": {
"php": "^7.4 || ^8.0",
"wechaty/php-wechaty": "^v0.0.5"
"wechaty/php-wechaty": "^v0.0.6"
},
"require-dev": {

Expand Down

0 comments on commit 8565403

Please sign in to comment.