From: Raphaƫl Gertz <git@rapsys.eu>
Date: Tue, 26 Mar 2024 18:08:46 +0000 (+0100)
Subject: Version 0.5.0
X-Git-Tag: 0.5.0~2
X-Git-Url: https://git.rapsys.eu/userbundle/commitdiff_plain/85cf650f29e9514a48052a167fb1feccc041191a?ds=inline

Version 0.5.0
Cleanup
---

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';
 	}
 }