From af2d277883149df9f5c4f3aff4a8c7414253596a Mon Sep 17 00:00:00 2001 From: ve3 Date: Sat, 19 Feb 2022 17:54:56 +0700 Subject: [PATCH] v1.1.5 --- Rundiz/Profiler/Console.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rundiz/Profiler/Console.php b/Rundiz/Profiler/Console.php index ab03c7f..693a391 100644 --- a/Rundiz/Profiler/Console.php +++ b/Rundiz/Profiler/Console.php @@ -14,7 +14,7 @@ * This class works as logger things for profiling. * * @package Rundiz\Profiler - * @version 1.1.3 + * @version 1.1.5 * @author Vee W. * @access protected Do not access to this class directly by using new \Rundiz\Profiler\Console. Please access this class via Profiler class instead. See $Profiler->Console. */