Increment plugin API version

This commit is contained in:
Ted John 2023-04-21 21:20:17 +01:00
parent 58dc3f193b
commit d3a65443f2
1 changed files with 1 additions and 1 deletions

View File

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