We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9a2a7d + a0d43f5 commit 66e7a53Copy full SHA for 66e7a53
build.gradle
@@ -8,7 +8,7 @@ targetCompatibility = 17
8
9
apply plugin: 'distribution'
10
11
-def ElasticsearchVersion = '8.8.0'
+def ElasticsearchVersion = '8.8.1'
12
def LuceneVersion = '9.6.0'
13
version = '0.0.1'
14
src/main/dist/plugin-descriptor.properties
@@ -35,7 +35,7 @@ classname=com.github.yokotaso.elasticsearch.plugin.analysis.classic.ckj.ClassicC
35
java.version=17
36
#
37
# 'elasticsearch.version': version of elasticsearch compiled against
38
-elasticsearch.version=8.8.0
+elasticsearch.version=8.8.1
39
### optional elements for plugins:
40
41
# 'extended.plugins': other plugins this plugin extends through SPI
0 commit comments