Skip to content

Commit 6c3e482

Browse files
committed
update swoole version
1 parent d5bf87e commit 6c3e482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/src/builder/extension/swoole.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
return function (Preprocessor $p) {
77

8-
$swoole_tag = 'v5.1.5';
8+
$swoole_tag = 'v5.1.6';
99
$file = "swoole-{$swoole_tag}.tar.gz";
1010

1111
$url = "https://github.com/swoole/swoole-src/archive/refs/tags/{$swoole_tag}.tar.gz";

0 commit comments

Comments
 (0)