Bump scripting version

This commit is contained in:
duncanspumpkin 2023-09-26 19:05:02 +01:00
parent e94dc57d32
commit a6bed128b5
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;