> For the complete documentation index, see [llms.txt](https://docs.clv.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clv.org/portal/technical-documentation/web3-compatibility/web3_clientversion.md).

# web3\_clientVersion

```
web3.clientVersion
```

#### Returns

The current version.

#### Example

```
const clientVersion = web3.clientVersion
console.log(clientVersion)
> clover/v11.1/fc-rpc-0.1.0-clover
```
