Get Corrade Version

The version command can be used to retrieve the current Corrade version.

Command Required Parameters Required Corrade Permissions Example
version group, password
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            "command", "version",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD)
        ]
    )
);