From a2245586f45361f8b02e86a3bb50dc47d3fecaf2 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Fri, 25 Feb 2022 17:39:25 +0400 Subject: [PATCH] feat: update latest version --- app/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/init.php b/app/init.php index 7aef31a25e..5813b3e956 100644 --- a/app/init.php +++ b/app/init.php @@ -62,7 +62,7 @@ const APP_PAGING_LIMIT = 12; const APP_LIMIT_COUNT = 5000; const APP_LIMIT_USERS = 10000; const APP_CACHE_BUSTER = 202; -const APP_VERSION_STABLE = '0.12.3'; +const APP_VERSION_STABLE = '0.12.4'; const APP_DATABASE_ATTRIBUTE_EMAIL = 'email'; const APP_DATABASE_ATTRIBUTE_ENUM = 'enum'; const APP_DATABASE_ATTRIBUTE_IP = 'ip';