> For the complete documentation index, see [llms.txt](https://hh-specs.handhistory.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hh-specs.handhistory.org/string-formats/less-than-version_obj-greater-than.md).

# version\_string

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:** &#x20;

```javascript
"1.2.0"
```
