From 06d85862a6b01b2c974f9514a7242ab84ec31a23 Mon Sep 17 00:00:00 2001 From: ad3n Date: Sun, 28 Mar 2021 20:30:14 +0700 Subject: [PATCH] update version --- lib/SemartApiSkeleton.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/SemartApiSkeleton.php b/lib/SemartApiSkeleton.php index 5886184b..ddc5e6e3 100644 --- a/lib/SemartApiSkeleton.php +++ b/lib/SemartApiSkeleton.php @@ -11,13 +11,13 @@ final class SemartApiSkeleton { public const CODENAME = 'Apem Comal'; - public const VERSION = '5.2.1'; + public const VERSION = '5.3.0'; public const VERSION_MAYOR = 50000; - public const VERSION_MINOR = 2; + public const VERSION_MINOR = 3; - public const VERSION_PATCH = 1; + public const VERSION_PATCH = 0; public static function getVersionNumber(): int {