Skip to content

Commit

Permalink
docs: remove warning that etcd 3.5.0 was not yet released
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Gosteli <[email protected]>
  • Loading branch information
ghouscht committed Sep 12, 2024
1 parent f20bbad commit 6a3018f
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 6a3018f

Please sign in to comment.