urx.version - moduleus/urx GitHub Wiki

Hold the current version of the URX.

Parameters

Parameter Datatype Description
major uint16 Index for major release
minor uint16 Index for minor release
patch uint16 Index for patch

Notes

Update major: introduce incompatibility with previous code.

Update minor: change in the API but still compatible with previous code.

Update patch: fix a bug but don't add feature or change behavior.

See Also

dataset

Semantic Versioning