Skip to content

Commit

Permalink
increment API version again
Browse files Browse the repository at this point in the history
  • Loading branch information
spacek531 committed May 17, 2024
1 parent bde2005 commit 3f89003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openrct2/scripting/ScriptEngine.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ namespace OpenRCT2

namespace OpenRCT2::Scripting
{
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 88;
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 89;

// Versions marking breaking changes.
static constexpr int32_t API_VERSION_33_PEEP_DEPRECATION = 33;
Expand Down

0 comments on commit 3f89003

Please sign in to comment.