From 83ff05c38223bb6a9ee58e00c7cf8a9df9c465ae Mon Sep 17 00:00:00 2001 From: Natan Felles Date: Fri, 2 Dec 2022 20:46:30 -0300 Subject: [PATCH] Upgrade Aplus::VERSION to 22.0.2 --- src/Aplus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Aplus.php b/src/Aplus.php index 28e372b..5a31dbf 100644 --- a/src/Aplus.php +++ b/src/Aplus.php @@ -19,5 +19,5 @@ final class Aplus * * @var string */ - public const VERSION = '22.0.1'; + public const VERSION = '22.0.2'; }