From ff75893402c9a3f56619b6046697fed3bcc9b605 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sat, 7 Dec 2019 23:25:40 +0200 Subject: [PATCH] Updated version const --- app/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/init.php b/app/init.php index dbe3e7f5b0..6e3198cab8 100644 --- a/app/init.php +++ b/app/init.php @@ -25,7 +25,7 @@ const APP_EMAIL_SECURITY = 'security@'.APP_DOMAIN; const APP_USERAGENT = APP_NAME.'-Server/%s Please report abuse at '.APP_EMAIL_SECURITY; const APP_MODE_ADMIN = 'admin'; const APP_PAGING_LIMIT = 15; -const APP_VERSION_STABLE = '0.3.0'; +const APP_VERSION_STABLE = '0.4.0'; $register = new Registry(); $request = new Request();