From: Raphaƫl Gertz <git@rapsys.eu>
Date: Thu, 10 Oct 2024 21:37:30 +0000 (+0200)
Subject: Version 0.5.1
X-Git-Tag: 0.5.1~2
X-Git-Url: https://git.rapsys.eu/packbundle/commitdiff_plain/fcb8918f014944caf0dc844989277198ed256915

Version 0.5.1
---

diff --git a/RapsysPackBundle.php b/RapsysPackBundle.php
index 40e0563..d53a591 100644
--- a/RapsysPackBundle.php
+++ b/RapsysPackBundle.php
@@ -64,6 +64,6 @@ class RapsysPackBundle extends Bundle {
 	 */
 	public static function getVersion(): string {
 		//Return version
-		return '0.5.0';
+		return '0.5.1';
 	}
 }