From def210655935dbef0026791de1e72841e0cbb46d Mon Sep 17 00:00:00 2001 From: Philip Gichuhi Date: Thu, 11 Jan 2024 15:09:54 +0300 Subject: [PATCH] Bump lib version --- src/Constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Constants.php b/src/Constants.php index 2de4654..5fc7480 100644 --- a/src/Constants.php +++ b/src/Constants.php @@ -4,5 +4,5 @@ class Constants { - public const VERSION = "1.0.1"; + public const VERSION = "1.0.2"; }