From 887b1fc3c09fbb35a65351db36052e66455b77fd Mon Sep 17 00:00:00 2001 From: sji Date: Tue, 15 Feb 2022 04:01:03 +0900 Subject: [PATCH] update version --- src/PhpProfiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PhpProfiler.php b/src/PhpProfiler.php index fcbeae37..c5694c1d 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-dev'; + public const VERSION = '0.5.0'; }