For the complete documentation index, see llms.txt. This page is also available as Markdown.

version

The rumi version command prints the installed Rumi CLI version.

Usage

rumi version

Example

$ 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

Last updated