From b57f1bdac7e2462fed80cd4a04922a1b1a7a9b2c Mon Sep 17 00:00:00 2001 From: Muhamad Surya Iksanudin Date: Sun, 23 Jan 2022 13:40:38 +0700 Subject: [PATCH] fix cache --- lib/SemartApiSkeleton.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/SemartApiSkeleton.php b/lib/SemartApiSkeleton.php index b72ca367..04c61b78 100755 --- a/lib/SemartApiSkeleton.php +++ b/lib/SemartApiSkeleton.php @@ -13,13 +13,13 @@ final class SemartApiSkeleton final public const CODENAME = 'Dodol Duren'; - final public const VERSION = '5.8.1'; + final public const VERSION = '5.8.2'; final public const VERSION_MAYOR = 50000; final public const VERSION_MINOR = 800; - final public const VERSION_PATCH = 1; + final public const VERSION_PATCH = 2; public static function getVersionNumber(): int {