Versioning
Set the current release version. When you create a staging branch, it auto-bumps from this value based on your chosen bump type (Major / Minor / Patch).
Current latest version
This is bumped automatically when a staging branch is created. You can override it here to set a starting point.
How bumping works:
If current is
3.2.8, the next branch options will be:
Patch — 3.2.9
Minor — 3.3.0
Major — 4.0.0