> For the complete documentation index, see [llms.txt](https://docs.rumi.systems/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rumi.systems/rumi-cli/commands/version.md).

# version

The `rumi version` command prints the installed Rumi CLI version.

## Usage

```bash
rumi version
```

## Example

```bash
$ rumi version
rumi 4.0.0
```

## How It Works

The version is read from the CLI's JAR manifest at runtime. The `Implementation-Version` field is set during the Maven build and corresponds to the version in `pom.xml`.

## See Also

* [Installation](/rumi-cli/installation.md) - Install and upgrade the CLI
* [Commands](/rumi-cli/commands.md) - Full command reference
