From: Raphaƫl Gertz <git@rapsys.eu>
Date: Sun, 3 Nov 2024 04:44:02 +0000 (+0100)
Subject: Version 0.0.7
X-Git-Tag: 0.0.7
X-Git-Url: https://git.rapsys.eu/treebundle/commitdiff_plain/e2432989d03536f53ea8d9b6bf1cfc91c1b6077f

Version 0.0.7
---

diff --git a/RapsysTreeBundle.php b/RapsysTreeBundle.php
index fdf1744..348682f 100644
--- a/RapsysTreeBundle.php
+++ b/RapsysTreeBundle.php
@@ -64,6 +64,6 @@ class RapsysTreeBundle extends Bundle {
 	 */
 	public static function getVersion(): string {
 		//Return version
-		return '0.0.6';
+		return '0.0.7';
 	}
 }