diff --git a/README.md b/README.md index 7de6fdf..d2719c1 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Plugin Version - [8.6.0](https://github.com/Eric0117/erickor/tree/8.6.0) - [8.6.1](https://github.com/Eric0117/erickor/tree/8.6.1) - [8.6.2](https://github.com/Eric0117/erickor/tree/8.6.2) +- [8.7.0](https://github.com/Eric0117/erickor/tree/8.7.0) ## 프로젝트 구조 ```bash diff --git a/build.gradle b/build.gradle index dd38fd4..7fc4c9f 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ buildscript { - ext.esVersion = '8.6.2' + ext.esVersion = '8.7.0' repositories { mavenLocal() mavenCentral()