From c97e1af9fae0dbe92a19c2db75f607dac0dcd376 Mon Sep 17 00:00:00 2001 From: Joanhey Date: Sat, 22 Oct 2022 11:27:00 +0200 Subject: [PATCH] New version --- src/Adapterman.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Adapterman.php b/src/Adapterman.php index 86ce77f..bbec7cb 100644 --- a/src/Adapterman.php +++ b/src/Adapterman.php @@ -6,7 +6,7 @@ class Adapterman { - public const VERSION = "0.5.2"; + public const VERSION = "0.5.3"; public const NAME = "Adapterman v". self::VERSION;