X-Git-Url: https://git.rapsys.eu/userbundle/blobdiff_plain/5a98a00e7d88a4ab0e68d68abf1eee8842cb1b30..HEAD:/RapsysUserBundle.php?ds=sidebyside diff --git a/RapsysUserBundle.php b/RapsysUserBundle.php index 9053b79..366068b 100644 --- a/RapsysUserBundle.php +++ b/RapsysUserBundle.php @@ -11,8 +11,6 @@ namespace Rapsys\UserBundle; -use Rapsys\UserBundle\DependencyInjection\RapsysUserExtension; - use Symfony\Component\DependencyInjection\Extension\ExtensionInterface; use Symfony\Component\HttpKernel\Bundle\Bundle; @@ -64,6 +62,6 @@ class RapsysUserBundle extends Bundle { */ public static function getVersion(): string { //Return version - return '0.5.4'; + return '0.5.8'; } }