X-Git-Url: https://git.rapsys.eu/userbundle/blobdiff_plain/84430699ba139f995e4b6bed8b8d7afa6b8d6633..85cf650f29e9514a48052a167fb1feccc041191a:/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'; } }