Skip to content

Commit

Permalink
docs: recommend to use APISIX 2.7.0 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
spacewander committed Jun 22, 2021
1 parent 47239d7 commit 07aea0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ security, traffic control, serverless, analytics & monitoring, transformations,
It also provides highly extensible API, allowing common phases to be mounted,
and users can use these api to develop their own plugins.

APISIX supports writing plugins in multiple languages in version [2.6.0](https://github.com/apache/apisix/blob/master/CHANGELOG.md#260),
APISIX supports writing plugins in multiple languages in version [2.7.0](https://github.com/apache/apisix/blob/master/CHANGELOG.md#270),
this project is APISIX Java side implementation that supports writing plugins in java.


Expand Down
2 changes: 1 addition & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Prerequisites
-------------

* JDK 8
* APISIX 2.6.0
* APISIX 2.7.0
* Clone the [apisix-java-plugin-runner](https://github.com/apache/apisix-java-plugin-runner) project.
* Refer to [Debug](how-it-works.md#debug) to build the debug environment.

Expand Down

0 comments on commit 07aea0d

Please sign in to comment.