]> Raphaƫl G. Git Repositories - userbundle/blobdiff - RapsysUserBundle.php
Version 0.5.8
[userbundle] / RapsysUserBundle.php
index 087ac872771fef5f90f617d0e180a28b8b05ebd6..366068bce8a529ced079ae6d2d358bb28165af69 100644 (file)
@@ -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.1';
+               return '0.5.8';
        }
 }