# htmx.version

The `htmx.version` property contains the current htmx version string (read-only).

## Example

```javascript
console.log(htmx.version); // "4.0.0-alpha3"
```