> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ubiquex.io/llms.txt
> Use this file to discover all available pages before exploring further.

# ubx version

> Show the current ubx version.

`ubx version` prints the current ubx binary version.

## Usage

```bash theme={null}
ubx version
```

## Output

```
ubx v1.0.0
```

## Notes

* `ubx version` always runs even when `ubx_version` constraints in `ubx.yaml` are not satisfied — it is exempt from version constraint checks
* Use `go install github.com/ubiquex/ubx@latest` to upgrade
