Merge pull request #20817 from duncanspumpkin/bumpScripting

Bump scripting version number
This commit is contained in:
Matt 2023-09-27 02:54:16 +03:00 committed by GitHub
commit 55d6d93a9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 = 78;
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 79;
// Versions marking breaking changes.
static constexpr int32_t API_VERSION_33_PEEP_DEPRECATION = 33;