Skip to content

Commit

Permalink
Release v4.5.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkkul committed Jan 19, 2023
1 parent 1bcd71b commit ffc86b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v4/README.md
Expand Up @@ -10,12 +10,12 @@ In order to get the go client v4 issue this command:
$ go get github.com/weaviate/weaviate-go-client/v4@v4.x.x
```

where `v4.x.x` is the desired go client v4 version, for example `v4.5.1`
where `v4.x.x` is the desired go client v4 version, for example `v4.5.2`

Add dependency to your `go.mod`:

```go
require github.com/weaviate/weaviate-go-client/v4 v4.5.1
require github.com/weaviate/weaviate-go-client/v4 v4.5.2
```

Connect to Weaviate on `localhost:8080` and fetch meta information
Expand Down

0 comments on commit ffc86b0

Please sign in to comment.