X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/708aaf43238a88e9d3d6d3b3f824142866292956..HEAD:/RapsysAirBundle.php diff --git a/RapsysAirBundle.php b/RapsysAirBundle.php index 84b94cd..e1bb77b 100644 --- a/RapsysAirBundle.php +++ b/RapsysAirBundle.php @@ -11,7 +11,7 @@ namespace Rapsys\AirBundle; -use Symfony\Component\DependencyInjection\Container; +use Symfony\Component\DependencyInjection\Extension\ExtensionInterface; use Symfony\Component\HttpKernel\Bundle\Bundle; /** @@ -62,6 +62,6 @@ class RapsysAirBundle extends Bundle { */ public static function getVersion(): string { //Return version - return '0.4.0'; + return '0.5.0'; } }