From: Raphaƫl Gertz Date: Thu, 14 Nov 2024 08:04:31 +0000 (+0100) Subject: Version 0.0.8 X-Git-Tag: 0.0.8 X-Git-Url: https://git.rapsys.eu/treebundle/commitdiff_plain/5ec7117fb4c06ccddc35f5de89dbbec77e3565ea?ds=sidebyside;hp=ad8124dcef6a76e6b458c44622b6285fa522ac01 Version 0.0.8 --- diff --git a/RapsysTreeBundle.php b/RapsysTreeBundle.php index 348682f..231c417 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.7'; + return '0.0.8'; } }