Skip to content

Commit

Permalink
bump API version
Browse files Browse the repository at this point in the history
  • Loading branch information
spacek531 committed May 23, 2024
1 parent e55766a commit b18345e
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 b18345e

Please sign in to comment.