Skip to content

Commit

Permalink
feat: prepare to release APISIX-Base 1.21.4.1.1 (#228)
Browse files Browse the repository at this point in the history
Signed-off-by: spacewander <[email protected]>
  • Loading branch information
spacewander committed Jul 27, 2022
1 parent 9e1dea7 commit 5e1795d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build-apisix-base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ if ([ $# -gt 0 ] && [ "$1" == "latest" ]) || [ "$version" == "latest" ]; then
debug_args="--with-debug"
OR_PREFIX=${OR_PREFIX:="/usr/local/openresty-debug"}
else
ngx_multi_upstream_module_ver="1.1.0"
ngx_multi_upstream_module_ver="1.1.1"
mod_dubbo_ver="1.0.2"
apisix_nginx_module_ver="1.9.0"
wasm_nginx_module_ver="0.6.1"
lua_var_nginx_module_ver="v0.5.2"
wasm_nginx_module_ver="0.6.2"
lua_var_nginx_module_ver="v0.5.3"
debug_args=${debug_args:-}
OR_PREFIX=${OR_PREFIX:="/usr/local/openresty"}
fi
Expand Down

0 comments on commit 5e1795d

Please sign in to comment.