From: Raphaƫl Gertz <git@rapsys.eu>
Date: Tue, 2 Apr 2024 03:45:46 +0000 (+0200)
Subject: Version 0.5.0
X-Git-Tag: 0.5.0~11
X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/dbe6f6710034af730e633e1c810ad7f020fe9551

Version 0.5.0
---

diff --git a/RapsysAirBundle.php b/RapsysAirBundle.php
index 6096959..e1bb77b 100644
--- a/RapsysAirBundle.php
+++ b/RapsysAirBundle.php
@@ -62,6 +62,6 @@ class RapsysAirBundle extends Bundle {
 	 */
 	public static function getVersion(): string {
 		//Return version
-		return '0.4.0';
+		return '0.5.0';
 	}
 }