From 6dceef6de284b3491c18425dfef1efb01206a221 Mon Sep 17 00:00:00 2001 From: Joanhey Date: Fri, 21 Oct 2022 01:53:54 +0200 Subject: [PATCH] Update version --- src/Adapterman.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Adapterman.php b/src/Adapterman.php index e804439..2ab5459 100644 --- a/src/Adapterman.php +++ b/src/Adapterman.php @@ -6,7 +6,7 @@ class Adapterman { - public const VERSION = "0.4"; + public const VERSION = "0.5.2"; public const NAME = "Adapterman v". self::VERSION;