get_version
Retrieve current KiCad version and API version details, including version match status.
Instructions
Get KiCad version and API version information.
Returns: Dictionary with version strings and version match status.
Example: >>> get_version() {"version": "9.0.1", "api_version": "9.0", "version_match": True}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||