From 0628d42a579ff214abd1114193a09d1f52ae5eb2 Mon Sep 17 00:00:00 2001 From: Joanhey Date: Sun, 16 Apr 2023 02:05:23 +0200 Subject: [PATCH] Version 0.6.1 --- src/Adapterman.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Adapterman.php b/src/Adapterman.php index 6861ebe..3ff2aab 100644 --- a/src/Adapterman.php +++ b/src/Adapterman.php @@ -6,7 +6,7 @@ class Adapterman { - public const VERSION = "0.6.0"; + public const VERSION = "0.6.1"; public const NAME = "Adapterman v". self::VERSION;