From 8640e5a67574f6be53b56a299df562ad9d408174 Mon Sep 17 00:00:00 2001 From: nick Date: Mon, 18 Dec 2023 19:17:21 +0700 Subject: [PATCH] Updated Readme --- .github/workflows/publish.yml | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 28c8c7d..a9db880 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,7 @@ jobs: GPGKEY: ${{ secrets.GPGKEY }} strategy: matrix: - java: [ '11' ] + java: [ '17' ] services: manticoresearch-manticore: image: manticoresearch/manticore:dev diff --git a/README.md b/README.md index f7c964a..d2a8918 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Manticore Java client -❗ WARNING: this is a development version of the client. The latest release's readme is https://github.com/manticoresoftware/manticoresearch-java/tree/4.1.0 +❗ WARNING: this is a development version of the client. The latest release's readme is https://github.com/manticoresoftware/manticoresearch-java/tree/5.0.0 Manticore Search Client -- API version: 4.1.0 +- API version: 5.0.0 - Build date: 2023-12-18T10:27:43.373739969Z[Etc/UTC] @@ -15,7 +15,7 @@ Manticore Search Client Building the API client library requires: -1. Java 1.8+ +1. Java 17+ 2. Maven/Gradle | Manticore Search | manticoresearch-java |