Version

Capture version information in a <custom-meta> element.

The custom-meta element must contain a child <meta-name> element with the value of Version and a child <meta-value> element with the value of the version information.

Example

<custom-meta>
  <meta-name>Version</meta-name>
  <meta-value>20211101</meta-value>
</custom-meta>