Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nick committed Dec 18, 2023
1 parent 2e106b6 commit 8640e5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
GPGKEY: ${{ secrets.GPGKEY }}
strategy:
matrix:
java: [ '11' ]
java: [ '17' ]
services:
manticoresearch-manticore:
image: manticoresearch/manticore:dev
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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]

Expand All @@ -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 |
Expand Down

0 comments on commit 8640e5a

Please sign in to comment.