Skip to content

Commit 1c9f9f1

Browse files
committed
Generated release version
1 parent b4829d9 commit 1c9f9f1

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

README.md

+2-14
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,19 @@
22

33
Сlient for Manticore Search.
44

5-
❗ WARNING: this is a development version of the client. The latest release's readme is https://github.com/manticoresoftware/manticoresearch-go/tree/v1.7.0
6-
7-
## Compatibility Table
8-
9-
| **manticoresearch-go** | **Manticore Search** | **Go** | **Compatibility** |
10-
| --------------------------| ----------------------------------- | -----------------| ------------------------|
11-
| `dev` | `dev` (latest development version) | 1.17.0 or newer | ✅ Fully Compatible |
12-
| v1.6.0 or newer | 7.0.0 or newer | 1.17.0 or newer | ✅ Fully Compatible |
13-
| v1.6.0 or newer | 6.2.12 to 7.0.0 | 1.17.0 or newer | ⚠️ Partially Compatible |
14-
| v1.0.0 to v1.6.0 | 6.3.6 to 7.0.0 | 1.17.0 or newer | ✅ Fully Compatible |
15-
| v1.0.0 to v1.6.0 | 6.2.12 to 6.3.6 | 1.17.0 or newer | ⚠️ Partially Compatible |
16-
175

186
## Installation
197

208
```shell
219

22-
go get github.com/manticoresoftware/manticoresearch-go@dev
10+
go get github.com/manticoresoftware/manticoresearch-go@v1.7.0
2311

2412
```
2513

2614
## Getting Started
2715

2816
go mod init main
29-
go get github.com/manticoresoftware/manticoresearch-go@dev
17+
go get github.com/manticoresoftware/manticoresearch-go@v1.7.0
3018

3119
```go
3220

0 commit comments

Comments
 (0)