]> Raphaƫl G. Git Repositories - userbundle/blobdiff - RapsysUserBundle.php
Version 0.5.8
[userbundle] / RapsysUserBundle.php
index e2d571b012c1ffbcb62530308a836ed36f858f71..366068bce8a529ced079ae6d2d358bb28165af69 100644 (file)
@@ -14,8 +14,6 @@ namespace Rapsys\UserBundle;
 use Symfony\Component\DependencyInjection\Extension\ExtensionInterface;
 use Symfony\Component\HttpKernel\Bundle\Bundle;
 
-use Rapsys\UserBundle\DependencyInjection\RapsysUserExtension;
-
 /**
  * {@inheritdoc}
  */
@@ -64,6 +62,6 @@ class RapsysUserBundle extends Bundle {
         */
        public static function getVersion(): string {
                //Return version
-               return '0.4.0';
+               return '0.5.8';
        }
 }