Skip to content

Commit 2c5ace8

Browse files
update hostie to service, see #14
1 parent b32b96d commit 2c5ace8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bin/entrypoint.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ TROUBLESHOOTING
4242
}
4343

4444
function php-wechaty::printEnv () {
45-
num=0.0.4
45+
num=0.0.5
4646
echo "PHP-WECHATY Environment Variables: $num"
4747
}
4848

@@ -181,7 +181,7 @@ function main() {
181181

182182
php-wechaty::printEnv
183183

184-
VERSION=$(echo '0.0.4' || echo '0.0.0(unknown)')
184+
VERSION=$(echo '0.0.5' || echo '0.0.0(unknown)')
185185

186186
echo
187187
echo -n "Starting Docker Container for PHP-Wechaty v$VERSION with "

docker/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"require": {
2020
"php": "^7.4 || ^8.0",
21-
"wechaty/php-wechaty": "^v0.0.4"
21+
"wechaty/php-wechaty": "^v0.0.5"
2222
},
2323
"require-dev": {
2424

0 commit comments

Comments
 (0)