diff --git a/src/api/wayfire/plugin.hpp b/src/api/wayfire/plugin.hpp index c87c24fd8..d75581181 100644 --- a/src/api/wayfire/plugin.hpp +++ b/src/api/wayfire/plugin.hpp @@ -105,7 +105,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 = 2025'02'18; +constexpr uint32_t WAYFIRE_API_ABI_VERSION = 2025'02'26; /** * Each plugin must also provide a function which returns the Wayfire API/ABI