Increment plugin API version

This commit is contained in:
Ted John 2021-01-25 02:32:42 +00:00
parent 2fcaed8165
commit 4d8faee062
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
using namespace OpenRCT2;
using namespace OpenRCT2::Scripting;
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 18;
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 19;
struct ExpressionStringifier final
{