From 6e533eafeaa57f30277ee83901774b23b1e30d40 Mon Sep 17 00:00:00 2001 From: Muhamad Surya Iksanudin Date: Sat, 29 Jan 2022 16:12:22 +0700 Subject: [PATCH] update version --- lib/SemartApiSkeleton.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/SemartApiSkeleton.php b/lib/SemartApiSkeleton.php index 65f79c5a..6adc80b6 100755 --- a/lib/SemartApiSkeleton.php +++ b/lib/SemartApiSkeleton.php @@ -19,13 +19,13 @@ final class SemartApiSkeleton final public const CODENAME = 'Dodol Duren'; - final public const VERSION = '5.8.6'; + final public const VERSION = '5.8.7'; final public const VERSION_MAYOR = 50000; final public const VERSION_MINOR = 800; - final public const VERSION_PATCH = 6; + final public const VERSION_PATCH = 7; public static function getVersionNumber(): int {