3.17. kink/RUNTIME¶
The mod provides information of the runtime system.
3.17.1. RUNTIME.major_version¶
RUNTIME.major_version returns the major version of Kink as an int num.
Versioning scheme of Kink follows Semantic Versioning 2.0.0. See:
https://semver.org/
3.17.2. RUNTIME.minor_version¶
RUNTIME.minor_version returns the minor version of Kink as an int num.
Versioning scheme of Kink follows Semantic Versioning 2.0.0. See:
https://semver.org/
3.17.3. RUNTIME.patch_version¶
RUNTIME.patch_version returns the patch version of Kink as an int num.
Versioning scheme of Kink follows Semantic Versioning 2.0.0. See:
https://semver.org/
3.17.4. RUNTIME.version_str¶
RUNTIME.version_str returns the version str of Kink such as '1.2.3'.
Versioning scheme of Kink follows Semantic Versioning 2.0.0. See:
https://semver.org/