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 dd7a0ff commit 8c0f724Copy full SHA for 8c0f724
bin/entrypoint.sh
@@ -182,7 +182,7 @@ function main() {
182
183
wechaty::printEnv
184
185
- VERSION=$(PHP-WECHATY_LOG=WARN php-wechaty-version 2>/dev/null || echo '0.0.0(unknown)')
+ VERSION=$(echo '0.0.4' || echo '0.0.0(unknown)')
186
187
echo
188
echo -n "Starting Docker Container for PHP-Wechaty v$VERSION with "
0 commit comments