From 54ef294cb594e2d4277ad244e2c88a0c0a4c13e6 Mon Sep 17 00:00:00 2001 From: Hung Nguyen Date: Sun, 22 Sep 2024 02:10:40 +0700 Subject: [PATCH] Update Cache.php --- src/Cache.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Cache.php b/src/Cache.php index 205900b..e3da648 100644 --- a/src/Cache.php +++ b/src/Cache.php @@ -37,8 +37,8 @@ */ class Cache { - const VERSION = '3.0.9'; - const LAST_MODIFIED = '2024-05-01'; + const VERSION = '3.1.0'; + const LAST_MODIFIED = '2024-09-22'; const AUTHOR_NAME = 'Hung Nguyen'; const AUTHOR_WEB = 'https://nguyenanhung.com/'; const AUTHOR_EMAIL = 'dev@nguyenanhung.com';