From 7ae30691aed79ba3ef46450d1f85a5a1669e8ed5 Mon Sep 17 00:00:00 2001 From: Hung Nguyen Date: Sun, 22 Sep 2024 02:14:29 +0700 Subject: [PATCH] Update ProjectInterface.php --- src/ProjectInterface.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ProjectInterface.php b/src/ProjectInterface.php index ac2bf2f..367b949 100644 --- a/src/ProjectInterface.php +++ b/src/ProjectInterface.php @@ -17,8 +17,8 @@ */ interface ProjectInterface { - const VERSION = '3.0.8'; - const LAST_MODIFIED = '2022-08-15'; + const VERSION = '3.0.9'; + const LAST_MODIFIED = '2024-09-22'; const AUTHOR_NAME = 'Hung Nguyen'; const AUTHOR_EMAIL = 'dev@nguyenanhung.com'; const PROJECT_NAME = 'Monitor Connector';