Skip to content

Commit

Permalink
Releasd version 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aparo committed Feb 29, 2024
1 parent 5cc3731 commit 57b806c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Install
| 2.10.0 | `bin/opensearch-plugin install https://github.com/aparo/opensearch-analysis-ik/releases/download/2.10.0/opensearch-analisys-ik.zip` |
| 2.11.0 | `bin/opensearch-plugin install https://github.com/aparo/opensearch-analysis-ik/releases/download/2.11.0/opensearch-analisys-ik.zip` |
| 2.11.1 | `bin/opensearch-plugin install https://github.com/aparo/opensearch-analysis-ik/releases/download/2.11.1/opensearch-analisys-ik.zip` |
| 2.12.0 | `bin/opensearch-plugin install https://github.com/aparo/opensearch-analysis-ik/releases/download/2.12.0/opensearch-analisys-ik.zip` |

# Note
For version 2.0.0 or below, there is a bug in coping the final config data. After having installed the plugin please copy the *config* dir in plugin directory.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ thirdPartyAudit.enabled = false

buildscript {
ext {
opensearch_version = System.getProperty("opensearch.version", "2.11.1")
opensearch_version = System.getProperty("opensearch.version", "2.12.0")
}

repositories {
Expand Down

0 comments on commit 57b806c

Please sign in to comment.