Skip to content

Commit df64c52

Browse files
authored
feat: upgrade apisix_nginx_module_ver to 1.1.0 (#53)
1 parent d16922e commit df64c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-apisix-openresty.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if [ $# -gt 0 ] && [ "$1" == "latest" ]; then
1212
else
1313
ngx_multi_upstream_module_ver="-b 1.0.0"
1414
mod_dubbo_ver="-b 1.0.0"
15-
apisix_nginx_module_ver="-b 1.0.0"
15+
apisix_nginx_module_ver="-b 1.1.0"
1616
lua_var_nginx_module_ver="-b v0.5.2"
1717
debug_args=
1818
OR_PREFIX=${OR_PREFIX:="/usr/local/openresty"}

0 commit comments

Comments
 (0)