X-Git-Url: https://git.rapsys.eu/.gitweb.cgi/userbundle/blobdiff_plain/1c1dc3ad15562f9e6e714e231524f0da87f78734..HEAD:/RapsysUserBundle.php diff --git a/RapsysUserBundle.php b/RapsysUserBundle.php index 3f899af..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.3'; + return '0.5.8'; } }