]> Raphaƫl G. Git Repositories - packbundle/blobdiff - RapsysPackBundle.php
Add captcha option
[packbundle] / RapsysPackBundle.php
index 4ad24d40598e0662bf4d36478b67ba202e18287f..40e05638ae3b60ba57bdeac9b7f52e0f9ac63a99 100644 (file)
 
 namespace Rapsys\PackBundle;
 
+use Rapsys\PackBundle\DependencyInjection\RapsysPackExtension;
+
 use Symfony\Component\DependencyInjection\Extension\ExtensionInterface;
 use Symfony\Component\HttpKernel\Bundle\Bundle;
 
-use Rapsys\PackBundle\DependencyInjection\RapsysPackExtension;
-
 /**
  * {@inheritdoc}
  */
@@ -64,6 +64,6 @@ class RapsysPackBundle extends Bundle {
         */
        public static function getVersion(): string {
                //Return version
-               return '0.4.0';
+               return '0.5.0';
        }
 }