axon version
Display the installed version ofaxon-lang.
Syntax
Description
Theversion command displays the currently installed version of the AXON compiler and runtime. This is useful for:
- Troubleshooting — Verify which version is installed when reporting issues
- Compatibility — Check if you have the required version for a project
- Updates — Confirm successful upgrades after running
pip install --upgrade axon-lang
Output Format
The command outputs a single line with the package name and version:major.minor.patch[status]
0.4.0— Semantic version numbera0— Alpha release indicator (removed in stable releases)
Examples
Check Installed Version
Use in Scripts
CI/CD Version Verification
.github/workflows/test.yml
Exit Codes
| Code | Meaning |
|---|---|
0 | Success — Version displayed |
Related Commands
Installation
Install or upgrade AXON
CLI Overview
All available commands
Troubleshooting
Command Not Found
Ifaxon version fails with command not found:
