From: Raphaƫl Gertz Date: Fri, 18 Oct 2024 04:36:14 +0000 (+0200) Subject: Version 0.0.4 X-Git-Tag: 0.0.4 X-Git-Url: https://git.rapsys.eu/treebundle/commitdiff_plain/ccdd086355a2dadd0f84a7af7696eefb555034a3?ds=sidebyside;hp=f6f4a82d435adf70d9d27fe3724c5d87b1112a8a Version 0.0.4 --- diff --git a/RapsysTreeBundle.php b/RapsysTreeBundle.php index 35ddccb..36e3e22 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.1'; + return '0.0.4'; } }