From: Raphaƫl Gertz <git@rapsys.eu>
Date: Fri, 18 Oct 2024 04:31:11 +0000 (+0200)
Subject: Version 0.5.2
X-Git-Tag: 0.5.2
X-Git-Url: https://git.rapsys.eu/packbundle/commitdiff_plain/7d51c8e79dcf7209d73cf38077d7b5da50e9052d

Version 0.5.2
---

diff --git a/RapsysPackBundle.php b/RapsysPackBundle.php
index b013585..8de9fa3 100644
--- a/RapsysPackBundle.php
+++ b/RapsysPackBundle.php
@@ -103,6 +103,6 @@ class RapsysPackBundle extends Bundle {
 	 */
 	public static function getVersion(): string {
 		//Return version
-		return '0.5.1';
+		return '0.5.2';
 	}
 }