Skip to content

Commit

Permalink
Merge pull request #18579 from ghouscht/issue-18410
Browse files Browse the repository at this point in the history
docs: remove warning that etcd 3.5.0 was not yet released
  • Loading branch information
ahrtr authored Sep 15, 2024
2 parents f20bbad + 6a3018f commit 9e0e81e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions client/v3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@
go get go.etcd.io/etcd/client/v3
```

Warning: As etcd 3.5.0 was not yet released, the command above does not work.
After first pre-release of 3.5.0 [#12498](https://github.com/etcd-io/etcd/issues/12498),
etcd can be referenced using:
```
go get go.etcd.io/etcd/client/[email protected]
```

## Get started

Create client using `clientv3.New`:
Expand Down

0 comments on commit 9e0e81e

Please sign in to comment.