version_string
The version string consisting of three parts.
The version string consists of three integer parts each separated by a period.
Type: string
Format: <major>.<minor>.<patch>
- <major> - (Integer) The major version number. Only incremented for major changes.
- <minor> - (Integer) The minor version number. Incremented for non-major changes.
- <patch> - (Integer) The patch version number. Incremented on bug fix releases.
Example:
"1.2.0"
Last modified 3yr ago