Represents a request to get the version of the aria2 client.
GetVersion(string? id = null)Returns version information of aria2, including enabled features.
https://aria2.github.io/manual/en/html/aria2c.html#aria2.getVersion
id (string (optional, default: null)): The tracking id for the request. If this is omitted it will be generated automatically.Returns:
An Aria2Version object with version information.
Throws:
Aria2Exception
Thrown when an aria2 error occurs.