Update develop to 6.0.

This commit is contained in:
Dan Albert 2021-10-30 15:11:29 -07:00
parent 70dbe7c9ca
commit 85cbffb845
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
# 6.0.0
Saves from 5.x are not compatible with 6.0.
## Features/Improvements
* **[Mission Generation]** Added an option to fast-forward mission generation until the point of first contact (WIP).
## Fixes
# 5.0.0
Saves from 4.x are not compatible with 5.0.

View File

@ -1,7 +1,7 @@
from pathlib import Path
MAJOR_VERSION = 5
MAJOR_VERSION = 6
MINOR_VERSION = 0
MICRO_VERSION = 0