Bump plugin api version, fixes #10082
parent
e96656d850
commit
1b5b5c48bf
|
@ -32,7 +32,7 @@ interface PluginInterface
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
const PLUGIN_API_VERSION = '2.1.0';
|
||||
const PLUGIN_API_VERSION = '2.2.0';
|
||||
|
||||
/**
|
||||
* Apply plugin modifications to Composer
|
||||
|
|
Loading…
Reference in New Issue