> For the complete documentation index, see [llms.txt](https://jaseunda.gitbook.io/version-control/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jaseunda.gitbook.io/version-control/getting-started.md).

# Getting started

## Welcome!

{% hint style="info" %}
**Good to know:** It's important to understand how a software's versioning name works in order to determine whether or not you should upgrade your software or application.
{% endhint %}

## Version Design

This is an example of how I used to name my software and application versions.

{% tabs %}
{% tab title="Fresh" %}
`scodestudio_v1.0`
{% endtab %}

{% tab title="Fixed" %}
`scodestudio_v1.0_f1`
{% endtab %}

{% tab title="Latest " %}
`scodestudio_v1.2`
{% endtab %}

{% tab title="Date" %}
`scodestudio_2022.01.14`
{% endtab %}
{% endtabs %}

## How its work

**Fresh** version of a software.

`scodestudio_v1.0`

A fresh version is one that has been released early.

**Fixed** `f` version of a software

`scodestudio_v1.0_f1`

A fixed version was released that corrected a few bugs but did not include any new features.

**Latest** version of a software

`scodestudio_v1.2`

A new version was released that repaired some bugs and introduced some new features.
