API Reference > presentation-common > PresentationRules > Ruleset > version version Beta version: undefined | string Version of the presentation ruleset in SemVer format: {major}.{minor}.{patch}. Setting the version is optional, but might be useful when ruleset is persisted somewhere and evolves over time. Having a version helps choose persisting strategy (keep all versions or only latest) and find the latest ruleset from a list of ruleset with the same id. Defaults to 0.0.0. pattern ^[\d]+.[\d]+.[\d]+$ Defined in presentation/common/src/presentation-common/rules/Ruleset.ts Line 47 Last Updated: 11 June, 2024