Skip to content

Commit

Permalink
feat: upgrade apisix-nginx-module to 1.2.0 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
spacewander authored Jul 22, 2021
1 parent 0950f6a commit f6683f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-apisix-openresty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [ $# -gt 0 ] && [ "$1" == "latest" ]; then
else
ngx_multi_upstream_module_ver="-b 1.0.0"
mod_dubbo_ver="-b 1.0.0"
apisix_nginx_module_ver="-b 1.1.0"
apisix_nginx_module_ver="-b 1.2.0"
lua_var_nginx_module_ver="-b v0.5.2"
debug_args=${debug_args:-}
OR_PREFIX=${OR_PREFIX:="/usr/local/openresty"}
Expand Down

0 comments on commit f6683f8

Please sign in to comment.