Overview
Theversion command displays version information for your PicoClaw installation.
Output
Version Information
The output includes:- Version number - Semantic version (e.g., v0.1.1)
- Build commit - Git commit hash the binary was built from
- Build time - When the binary was compiled
- Go version - Version of Go used to compile the binary
Use Cases
Check for updates
Compare your version against the latest release
Troubleshooting
Include version info when reporting bugs
Compatibility
Verify you have the minimum required version for a feature
Build verification
Confirm you’re running an official build
Version Scheme
PicoClaw follows Semantic Versioning:- Major version (v1.x.x) - Breaking changes
- Minor version (v0.1.x) - New features, backward compatible
- Patch version (v0.1.1) - Bug fixes, backward compatible
PicoClaw is currently in v0.x.x, indicating it’s in active development. The API may change before v1.0.0 release.
Checking for Updates
To check if a new version is available:Development Builds
If you built from source, the version will show:- dev - Built from non-tagged commit
- -dirty - Built with uncommitted changes
Next Steps
Installation
Install or update PicoClaw
Changelog
See what’s new in each version
Contributing
Contribute to PicoClaw development
Troubleshooting
Get help with issues