Updated version const

This commit is contained in:
Eldad Fux
2019-12-07 23:25:40 +02:00
parent 02c7656437
commit ff75893402
+1 -1
View File
@@ -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();