Skip to content

Commit

Permalink
bump api version again again
Browse files Browse the repository at this point in the history
  • Loading branch information
spacek531 committed May 17, 2024
1 parent b297837 commit ba2bea9
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 = 89;
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 90;

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

0 comments on commit ba2bea9

Please sign in to comment.