diff --git a/Plugin.php b/Plugin.php index 267f138..f300e4c 100644 --- a/Plugin.php +++ b/Plugin.php @@ -123,6 +123,16 @@ class Plugin extends \Mibew\Plugin\AbstractPlugin implements \Mibew\Plugin\Plugi } } + /** + * Specify version of the plugin. + * + * @return string Plugin's version. + */ + public static function getVersion() + { + return '0.1.0'; + } + /** * Specify dependencies of the plugin. *