From 7898ecc6ffc0d8e1f77f9549703a9ef2fc0d9420 Mon Sep 17 00:00:00 2001 From: sji Date: Tue, 15 Feb 2022 04:41:14 +0900 Subject: [PATCH] bump version to 0.6.0-dev --- src/PhpProfiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PhpProfiler.php b/src/PhpProfiler.php index c5694c1d..062f3747 100644 --- a/src/PhpProfiler.php +++ b/src/PhpProfiler.php @@ -16,5 +16,5 @@ final class PhpProfiler { public const TOOL_NAME = 'php-profiler'; - public const VERSION = '0.5.0'; + public const VERSION = '0.6.0-dev'; }