> For the complete documentation index, see [llms.txt](https://ts-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://ts-specs.handhistory.org/less-than-standardized_tournament_summary-greater-than/internal_version.md).

# internal\_version

#### internal\_version

The site's internal version used to create the tournament summary.

{% hint style="danger" %}
Any modification to the tournament summary format should increment the version.  Even minor bug fixes!
{% endhint %}

**Type:** string

**Format:** [version\_string](/string-formats/version_obj.md)

**Example:**

```javascript
"internal_version": "1.2.5"
```

{% hint style="info" %}
It is recommended but not required to increment the major and minor versions of the internal\_version to match the spec\_version and bug fixes increment the patch number.
{% endhint %}
