X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/708aaf43238a88e9d3d6d3b3f824142866292956..85ef482b73d65d8c60d7091b79db19da39dcb594:/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';
 	}
 }