Bump up park version

This commit is contained in:
ζeh Matt 2023-03-20 17:03:36 +02:00
parent d3e377e905
commit 1480495d2f
No known key found for this signature in database
GPG Key ID: 18CE582C71A225B0
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ struct ObjectRepositoryItem;
namespace OpenRCT2
{
// Current version that is saved.
constexpr uint32_t PARK_FILE_CURRENT_VERSION = 20;
constexpr uint32_t PARK_FILE_CURRENT_VERSION = 21;
// The minimum version that is forwards compatible with the current version.
constexpr uint32_t PARK_FILE_MIN_VERSION = 19;