Skip to content

Commit

Permalink
feat: prepare to release APISIX-BASE 1.21.4.1.7 (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
spacewander authored Mar 6, 2023
1 parent 6ddbc69 commit fd48843
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package-apisix-base-deb-ubuntu20.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 60
env:
BUILD_APISIX_BASE_VERSION: 1.21.4.1.6
BUILD_APISIX_BASE_VERSION: 1.21.4.1.7
steps:
- uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-apisix-base-rpm-el7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 60
env:
BUILD_APISIX_BASE_VERSION: 1.21.4.1.6
BUILD_APISIX_BASE_VERSION: 1.21.4.1.7
steps:
- uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-apisix-base-rpm-el8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 60
env:
BUILD_APISIX_BASE_VERSION: 1.21.4.1.6
BUILD_APISIX_BASE_VERSION: 1.21.4.1.7
steps:
- uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion build-apisix-base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ else
apisix_nginx_module_ver="1.12.0"
wasm_nginx_module_ver="0.6.4"
lua_var_nginx_module_ver="v0.5.3"
grpc_client_nginx_module_ver="v0.4.1"
grpc_client_nginx_module_ver="v0.4.2"
amesh_ver="main"
debug_args=${debug_args:-}
OR_PREFIX=${OR_PREFIX:="/usr/local/openresty"}
Expand Down

0 comments on commit fd48843

Please sign in to comment.