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'; }