From: Raphaƫl Gertz Date: Thu, 31 Oct 2024 06:52:01 +0000 (+0100) Subject: Version 0.0.5 X-Git-Tag: 0.0.5 X-Git-Url: https://git.rapsys.eu/treebundle/commitdiff_plain/169f1fdcb42469d234f133648462152cea92d1e1?ds=inline Version 0.0.5 --- diff --git a/RapsysTreeBundle.php b/RapsysTreeBundle.php index 36e3e22..6fe2787 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.4'; + return '0.0.5'; } }