Increment plug-in API version for #17231

This commit is contained in:
Hielke Morsink 2022-05-18 18:41:42 +02:00 committed by GitHub
parent 727fd39f14
commit b21aaa5229
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ namespace OpenRCT2
namespace OpenRCT2::Scripting
{
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 53;
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 54;
// Versions marking breaking changes.
static constexpr int32_t API_VERSION_33_PEEP_DEPRECATION = 33;