From: Raphaƫl Gertz Date: Sat, 2 Nov 2024 04:03:41 +0000 (+0100) Subject: Version 0.0.6 X-Git-Tag: 0.0.6 X-Git-Url: https://git.rapsys.eu/treebundle/commitdiff_plain/399693f8abe63c3a13d403105bbed688a9274d3d Version 0.0.6 --- diff --git a/RapsysTreeBundle.php b/RapsysTreeBundle.php index 6fe2787..fdf1744 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.5'; + return '0.0.6'; } }