X-Git-Url: https://git.rapsys.eu/userbundle/blobdiff_plain/fc72d021179771aa4ec91b683ce7406e4a9322f1..ac82424b6b1631f6b224d171a97d48d57be842b9:/RapsysUserBundle.php

diff --git a/RapsysUserBundle.php b/RapsysUserBundle.php
index e2d571b..db72037 100644
--- a/RapsysUserBundle.php
+++ b/RapsysUserBundle.php
@@ -11,11 +11,11 @@
 
 namespace Rapsys\UserBundle;
 
+use Rapsys\UserBundle\DependencyInjection\RapsysUserExtension;
+
 use Symfony\Component\DependencyInjection\Extension\ExtensionInterface;
 use Symfony\Component\HttpKernel\Bundle\Bundle;
 
-use Rapsys\UserBundle\DependencyInjection\RapsysUserExtension;
-
 /**
  * {@inheritdoc}
  */
@@ -64,6 +64,6 @@ class RapsysUserBundle extends Bundle {
 	 */
 	public static function getVersion(): string {
 		//Return version
-		return '0.4.0';
+		return '0.5.0';
 	}
 }