From 53c1ced73c35c7b18812ffc47b88673460c375d0 Mon Sep 17 00:00:00 2001 From: Kyrylo Silin Date: Tue, 30 Jul 2024 20:13:55 +0300 Subject: [PATCH] Release v0.4.0 --- src/Reporter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Reporter.php b/src/Reporter.php index d0b7a7d..ba2d2c3 100644 --- a/src/Reporter.php +++ b/src/Reporter.php @@ -10,7 +10,7 @@ class Reporter { - public const VERSION = '0.3.0'; + public const VERSION = '0.4.0'; private static ?Reporter $instance = null;