diff --git a/src/api/wayfire/plugin.hpp b/src/api/wayfire/plugin.hpp index 1355830f9..5266e8e43 100644 --- a/src/api/wayfire/plugin.hpp +++ b/src/api/wayfire/plugin.hpp @@ -108,7 +108,7 @@ class plugin_interface_t using wayfire_plugin_load_func = wf::plugin_interface_t * (*)(); /** The version of Wayfire's API/ABI */ -constexpr uint32_t WAYFIRE_API_ABI_VERSION = 2023'10'25; +constexpr uint32_t WAYFIRE_API_ABI_VERSION = 2023'11'23; /** * Each plugin must also provide a function which returns the Wayfire API/ABI