A version number is a sequence of non-negative integers separated by dots. It is used to represent the version of a software product. A version number has three parts: major, minor, and patch.
The version number must be a non-negative integer.
Value parameters
major
The major version number is incremented when there are significant changes to the software.
minor
The minor version number is incremented when there are minor changes to the software.
patch
The patch version number is incremented when there are bug fixes to the software.