From 0c9c3051eff706a6b30689dde3dfc04c33bbb55c Mon Sep 17 00:00:00 2001 From: Natan Felles Date: Wed, 21 Dec 2022 19:48:33 -0300 Subject: [PATCH] Upgrade Aplus::VERSION to 22.0.6 --- src/Aplus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Aplus.php b/src/Aplus.php index 575a6a7..c64da5f 100644 --- a/src/Aplus.php +++ b/src/Aplus.php @@ -19,5 +19,5 @@ final class Aplus * * @var string */ - public const VERSION = '22.0.4'; + public const VERSION = '22.0.6'; }