Update plugin API version for duktape version change (#18556)

Duktape got upgraded 2.6.0 -> 2.7.0 in #18485
This commit is contained in:
Michał Janiszewski 2022-11-12 07:10:35 +01:00 committed by GitHub
parent 3b813a50e3
commit e0bff8ef82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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